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 2746451
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu 10 Nov 2022 04:46:10 PM CET
+ uptime
 16:46:10 up 134 days, 19:47,  0 users,  load average: 1.46, 1.22, 1.03
+ 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 -Dit.test=DjangoIT'\'' '\'';'\'' '\''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}"'\'' '\'';'\'' '\''sudo docker rmi "${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 -Dit.test=DjangoIT' ';' '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}"' ';' 'sudo docker rmi "${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 -Dit.test=DjangoIT' ';' '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}"' ';' 'sudo docker rmi "${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=1.03
++ echo 1.03 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.03, low enough to run a new Docker container'
load average is 1.03, 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:5273fe9e830160b9ec8b8aa21e1f070a71d1348647934e138be27dedbf126fa6
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 10 16:46 .
drwxrwxrwt 21 root   root   4096 Nov 10 16:46 ..
-rw-rw-r--  1 rultor rultor    9 Nov 10 16:46 docker-password
-rwxrwxr-x  1 rultor rultor  556 Nov 10 16:46 end.sh
-rwxrwxr-x  1 rultor rultor  363 Nov 10 16:46 entry.sh
-rw-rw-r--  1 rultor rultor    8 Nov 10 16:46 pid
-rw-rw-r--  1 rultor rultor 1228 Nov 10 16:45 pubring.gpg
drwxrwxr-x  6 rultor rultor 4096 Nov 10 16:46 repo
-rwxrwxr-x  1 rultor rultor 7196 Nov 10 16:46 run.sh
-rw-rw-r--  1 rultor rultor 1229 Nov 10 16:46 script.sh
-rw-rw-r--  1 rultor rultor 2530 Nov 10 16:46 secring.gpg
-rw-rw-r--  1 rultor rultor  459 Nov 10 16:46 settings.xml
-rw-rw-r--  1 rultor rultor 6039 Nov 10 16:46 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-v6FU:/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 -Dit.test=DjangoIT'\'' '\'';'\'' '\''mv &quot;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 "${image}:${tag}"'\'' '\'';'\'' '\''sudo docker rmi "${image}:${tag}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=dours --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-v6FU/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 &quot;${__value}&quot; 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      744568      568512      229496    23309344    23248452
Swap:       8388604       31232     8357372
+ 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-10 15:46:23--  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.2MB/s    ina18ss

2022-11-10 15:46:41 (10.7 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 167 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 29 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 171 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 382 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 38 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 28 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 20 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 9.8 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 133 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 237 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 24 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 21 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 37 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 74 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 109 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 73 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 107 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 312 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 20 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 50 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 9.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 7.3 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 41 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 94 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 154 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 14 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 90 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 92 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 84 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 192 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 105 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 328 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 451 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 160 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 31 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 73 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 77 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 205 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 151 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 31 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 127 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 224 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 151 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 537 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 20 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 192 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 104 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 41 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 26 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 16 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 211 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 188 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 170 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 78 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 75 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 40 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 37 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 38 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 139 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 56 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 171 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 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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/com/google/guava/guava/15.0/guava-15.0.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
Downloaded5from6Maven:4https://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 211 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 133 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
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 91 kB/s)
Downloading)from5Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 546 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 114 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.jar
Downloading)from2Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 781 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.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 328 kB/s)
Downloading)from2Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 53 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:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 63 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 238 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 189 kB/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 728 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/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.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:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 17 kB/s)
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 11 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 6.1 kB/s)
Downloaded2from0Maven:Mhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 304 kB/s)
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 5.7 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 49 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 35 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 91 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 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 411 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 102 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 79 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 110 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 12 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 157 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 35 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 48 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 211 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 67 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 385 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.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 33 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 43 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 123 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 56 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 861 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 12 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 89 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 603 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 2.5 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 49 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 126 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 20 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 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.pom (10 kB at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom (30 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.jar (60 kB at 305 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.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 22 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 38 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 154 kB/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 257 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-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 392 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 1.4 MB/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 426 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 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 904 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 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.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 537 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 323 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 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (13 kB at 674 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 345 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 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (33 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom (10 kB at 543 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar (28 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom (9.0 kB at 473 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar (31 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 553 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 345 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 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 339 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 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 3.0 MB/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 664 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 2.5 MB/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 737 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 5.5 MB/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 670 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 1.0 MB/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 561 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 330 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 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 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-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 734 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.2 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 524 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 631 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-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 385 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 594 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.2 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 380 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 484 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 2.7 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.4 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 188 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 300 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 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 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 75 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 422 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 364 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.1 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 175 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 1.0 MB/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 376 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 108 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 64 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 161 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 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 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 358 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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 448 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 90 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 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 726 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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 224 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 138 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 248 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 697 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 439 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 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 715 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 278 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 237 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 145 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 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 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 440 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 51 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 607 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 19 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 292 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 459 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 241 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 204 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 195 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 792 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 825 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 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.2 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 253 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 396 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 221 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 618 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 289 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 774 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 737 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 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 647 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 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 209 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 47 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 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 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.0 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 367 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 261 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 693 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 960 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.5 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 261 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 693 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 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 519 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 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.5 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 216 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 191 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 73 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 29 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 337 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 43 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 110 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 109 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 485 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 133 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 83 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 405 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 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 729 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 152 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 47 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 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 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 188 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 338 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 571 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 625 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 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 867 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 259 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 343 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.1 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 8.6 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 9.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 316 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 9.5 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 167 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 125 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 552 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 506 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 653 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.7 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 297 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 277 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 233 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 152 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 179 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 112 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 96 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.4 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 411 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.2 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 331 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.6 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.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/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:4https://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
Downloaded3from7Maven:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.6 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
Downloaded5from6Maven: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 690 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 502 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.jar
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
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.4 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
Downloaded3from4Maven: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 2.2 MB/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
Downloaded5from8Maven: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 216 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
Downloaded4from1Maven: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 646 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.jar
Downloaded4from5Maven: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 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded5from3Maven: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 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded4from6Maven: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 885 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 290 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Downloaded2from1Maven: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.2 MB/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
Downloaded5from8Maven: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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 176 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.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
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 from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded5from.Maven:Mhttps://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 809 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 170 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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 168 kB/s)
Downloading)from4Maven:Bhttps://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 100 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.jar
Downloaded3from.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 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
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 46 kB/s)
Downloading)from5Maven: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 168 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 144 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
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 170 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
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 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded 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 (47 kB at 129 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
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 562 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/org/apache/maven/wagon/wagon-file/3.5.2/wagon-file-3.5.2.jar (11 kB at 29 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 106 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
Downloaded2from.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 150 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 28 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 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 305 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
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 445 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 466 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded3from.Maven:Mhttps://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.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded4from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 2.7 MB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded5from2Maven: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
Downloaded5from1Maven: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
Downloaded5from4Maven: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 94 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 469 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded3from0Maven: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-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded4from4Maven: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
Downloaded4from4Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 467 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 883 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded3from8Maven:1https://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
Downloaded3from7Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded4from7Maven:8https://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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 323 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 393 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 74 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
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1.jar
Downloaded4from6Maven: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 from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 453 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
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 265 kB/s)
Downloaded3from8Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 579 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 190 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 527 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.233 s]
[INFO] parser ............................................. SKIPPED
[INFO] transpiler ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.291 s
[INFO] Finished at: 2022-11-10T15:47:13Z
[INFO] ------------------------------------------------------------------------
0m0m+ git commit -am 0.33.0
[__rultor 485d82aa] 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 29 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 1.6 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 1.4 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 33 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 78 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 429 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 95 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 207 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 120 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 139 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 443 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.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 48 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 626 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 35 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 348 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 384 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 130 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 77 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 146 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 106 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 143 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 90 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.3 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 183 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 497 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 612 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 291 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 333 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 1.1 MB/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 822 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 243 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 735 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 217 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 296 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 233 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 199 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 86 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 823 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 1.5 MB/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 668 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/apache/maven/maven-model/3.2.5/maven-model-3.2.5.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/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
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 382 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 314 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.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded4from7Maven: 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloaded 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 (379 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 523 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.jar
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 871 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.jar
Downloaded5from5Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 358 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
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 160 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.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 259 kB/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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 263 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.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 753 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 545 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded4from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 2.1 MB/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
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded5from7Maven:khttps://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 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 158 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 439 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 1.1 MB/s)
Downloading)from4Maven:Bhttps://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/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 224 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 863 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 701 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 686 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 3.0 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 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 349 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 195 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 111 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 268 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 152 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.0 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 140 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 126 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 217 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 124 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 386 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 512 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 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 97 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 283 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 66 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 370 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 212 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 754 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 210 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 175 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 287 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 553 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 77 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 118 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 73 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 172 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 130 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 83 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 130 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 101 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 134 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 132 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 63 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 118 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 131 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 114 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 129 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 119 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 440 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 108 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 106 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 187 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 931 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.3 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 83 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 126 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 58 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 150 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 560 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 155 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 87 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 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 61 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 37 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 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.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 98 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 122 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 47 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 46 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 58 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 48 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 56 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 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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 316 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 246 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:8https://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-artifact/3.0/maven-artifact-3.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.1 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
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 836 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.4 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 763 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 674 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 151 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 901 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 575 kB/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
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 818 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 337 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 249 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
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 801 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
Downloaded4from1Maven:khttps://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)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.4 MB/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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded3from3Maven:khttps://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 47 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 155 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
Downloaded4from7Maven: 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.9 MB/s)
Downloaded 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 (112 kB at 456 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.jar
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
Downloaded5from8Maven: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 207 kB/s)
Downloading)from0Maven:Bhttps://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
Downloaded4from9Maven:khttps://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 131 kB/s)
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 303 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
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-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar (72 kB at 252 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
Downloaded2from9Maven: 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 683 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
Downloaded5from9Maven:3https://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 131 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
Downloaded4from1Maven:8https://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 100 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
Downloaded3from0Maven:6https://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 260 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
Downloaded4from4Maven: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 231 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded4from0Maven:4https://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 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded4from6Maven:6https://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 253 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 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded3from4Maven:6https://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 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 178 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
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 363 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/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 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
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 22 kB/s)
Downloading)from5Maven:Bhttps://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.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 16 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/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 421 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/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.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded4from.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 11 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded4from.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.6 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded5from.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.6 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
Downloaded4from.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 12 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.8 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 340 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/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 463 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 34 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 285 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 975 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.4 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: 485d82a at timestamp: 2022-11-10T15:47:22
[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 511 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 278 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 283 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.8 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 330 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 301 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 313 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 895 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 727 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 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:8https://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 274 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
Downloaded3from4Maven: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.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded2from5Maven: 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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded5from9Maven:0https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 623 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 1.1 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 248 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 1.9 MB/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 4.0 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:2.0.2:download-singlem 1m(default)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.pom (6.3 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.0.0/wagon-providers-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.0.0/wagon-providers-3.0.0.pom (2.7 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.0.0/wagon-3.0.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.0.0/wagon-3.0.0.pom (21 kB at 996 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1Maven:Bhttps://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
Downloaded1from6Maven:Bhttps://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/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 229 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 72 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom (1.1 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 143 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 64 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 404 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.pom (2.0 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.pom (1.9 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 280 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 273 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 852 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 153 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 480 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 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 628 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 231 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 619 kB/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 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 977 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/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 294 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 284 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 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.pom (2.7 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.9/slf4j-parent-1.7.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.9/slf4j-parent-1.7.9.pom (13 kB at 640 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
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.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar
Downloaded5from8Maven: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 2.2 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar
Downloaded4from0Maven: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.jar (201 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 619 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar (287 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar (32 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded4from4Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 53 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded3from4Maven: 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.jar (340 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 58 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.jar (27 kB at 127 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 763 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 2.5 MB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 259 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 538 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.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 97 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 69 kB/s)
Downloaded 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 (155 kB at 335 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar (32 kB at 69 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 909 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 3.0 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 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 787 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 343 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 158 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
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 693 kB/s)
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 4.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 6.9 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.3 MB/s)
Processed 35 file(s)
Found 0 errors
Found 0 warnings
Finished in 2972 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/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 3.5 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 246 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.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom (15 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.jar (115 kB at 1.8 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 52 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 102 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 159 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 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (2.8 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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 143 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 178 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
Downloaded5from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar (6.4 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 109 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.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded5from.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.8 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 865 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
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 55 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 1.1 MB/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 778 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.7 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.2 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 38 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 172 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 74 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 403 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 330 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 151 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 567 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 231 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 273 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 661 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 879 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 466 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 246 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 769 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 56 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
Downloaded4from7Maven:0https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 794 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded5from.Maven:Mhttps://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 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 1.2 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.8 MB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 103 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 383 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.3 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.3.0:resourcesm 1m(default-resources)m @ 36mparser0;1m ---m
[1;34mINFOm] Skipping the execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.10.1: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 263 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 160 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 243 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 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/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 801 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.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 56 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 427 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 141 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 63 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 74 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
Downloaded5from4Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 677 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
Downloaded4from.Maven: https://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 211 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.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.3 MB/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.jar
Downloaded4from3Maven:khttps://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 116 kB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.6 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 573 kB/s)
Downloaded2from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 368 kB/s)
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 3.8 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.2:compilem 1m(default)m @ 36mparser0;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 73 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 116 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 81 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 40 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 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 33 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 94 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 155 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 72 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 33 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 107 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 97 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 69 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 107 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 723 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-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 554 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 103 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 95 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 120 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 420 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 373 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 74 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 196 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 172 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 146 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.1 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 484 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 955 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 103 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 185 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 126 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 142 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 58 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 85 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 83 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 257 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 385 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 186 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 773 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 98 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 865 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 56 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 62 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 298 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 1.1 MB/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 279 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 544 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-settings/2.2.1/maven-settings-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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloaded5from9Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 442 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
Downloaded4from9Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.8 MB/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.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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded3from8Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 540 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 749 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.jar
Downloaded5from4Maven:khttps://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 98 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.1 MB/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
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 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded3from4Maven:khttps://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.6 MB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded5from5Maven: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 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 65 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
Downloaded3from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.1 MB/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
Downloaded2from7Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 155 kB/s)
Downloading)from8Maven:4https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded3from7Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 109 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.2 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
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
Downloaded3from6Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 162 kB/s)
Downloading)from Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded4from1Maven:1https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 248 kB/s)
Downloading)from Maven:3https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded3from3Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 78 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.jar
Downloaded3from9Maven: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 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 59 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
Downloaded5from5Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 176 kB/s)
Downloading)from Maven:3https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar
Downloaded4from8Maven:4https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 185 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.jar
Downloaded4from9Maven:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 379 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (49 kB at 232 kB/s)
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/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar
Downloaded4from1Maven:khttps://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 56 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.jar
Downloaded4from1Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (217 kB at 941 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.jar
Downloaded5from4Maven: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 708 kB/s)
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 305 kB/s)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 97 kB/s)
Downloaded2from2Maven: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 1.7 MB/s)
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 682 kB/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 1668095261809
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.1 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 149 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 1.9 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.2 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 167 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 273 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 983 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 16 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.3.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.1: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.2: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 1668095278700
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 5 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 240 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 188 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 202 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 229 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 192 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 90 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 341 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
Downloaded4from3Maven: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 308 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
Downloaded5from0Maven:khttps://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 403 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
Downloaded4from0Maven: 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 (305 kB at 4.5 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
Downloaded 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 (8.1 kB at 118 kB/s)
Downloaded 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 (169 kB at 2.4 MB/s)
Downloaded3from1Maven: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 1.5 MB/s)
Downloaded2from.Maven:Mhttps://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 538 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 7.8 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 271 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 850 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 147 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 874 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.1 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 606 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 188 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 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (5.2 kB at 290 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 152 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 115 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 87 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 96 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 116 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 293 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 200 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 179 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 75 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 147 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 419 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 145 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 128 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 563 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 45 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 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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 144 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 660 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 179 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 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 421 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 111 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 78 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 124 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 235 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 175 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.1 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 166 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 176 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 282 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 240 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 609 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 848 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 686 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 819 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 599 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 127 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 268 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 131 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 135 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 138 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.1 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 266 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 710 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 182 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 784 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:3https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 824 kB/s)
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 1.0 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 87 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
Downloaded5from1Maven: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.9 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
Downloaded5from7Maven: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 447 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
Downloaded4from9Maven: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 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 207 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
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 663 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
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 543 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
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 98 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded4from.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 47 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-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 99 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-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 259 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 851 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 48 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 223 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 199 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.2 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.4 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/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 495 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:Mhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 192 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
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 7.9 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:Mhttps://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 129 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
Downloaded4from.Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 3.2 MB/s)
Downloaded4from.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 171 kB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 47 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.9 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.3 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 264 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:2.0.2: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.2 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.5 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.3.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
[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.2: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 1668095290944
[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 14 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.3.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.2: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 1668095305799
[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 5 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:2.0.2: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 [ 15.915 s]
[1;34mINFOm] parser ............................................. 1;32mSUCCESSm [ 39.892 s]
[1;34mINFOm] transpiler ......................................... 1;32mSUCCESSm [ 21.821 s]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  01:18 min
[1;34mINFOm] Finished at: 2022-11-10T15:48:32Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never -Dit.test=DjangoIT
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/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
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/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-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/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/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/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0 B/s)
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/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
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.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.13/nexus-staging-1.6.13.pom
Downloaded 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 (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.13/nexus-maven-plugins-1.6.13.pom
Downloaded 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 (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.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.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 2.3 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 3.8 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 5.5 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 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (2.7 kB at 7.7 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 52 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 1.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom (3.7 kB at 5.4 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 5.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 2.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 6.8 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 16 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.8 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 4.3 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 3.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (1.6 kB at 4.8 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 31 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 9.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom (2.6 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 61 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 1.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 42 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 11 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 7.1 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 4.3 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 11 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 3.6 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 8.3 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 4.7 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 20 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 19 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 4.7 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 7.1 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 12 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 6.0 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.9 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 12 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 5.6 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 18 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 15 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 7.9 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 3.4 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 8.2 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 13 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 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 1.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 29 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 12 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 34 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 47 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 625 B/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 40 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 22 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 6.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 17 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.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 18 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 4.9 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 14 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 23 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 53 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 14 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 11 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 14 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 14 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 8.3 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 2.8 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 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 3.1 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 3.4 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 11 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 22 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 38 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 8.1 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 21 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 43 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 22 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 10 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 8.4 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 1.2 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 3.9 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 12 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 20 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 18 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 13 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 38 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 14 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 50 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 45 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 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 2.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 56 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 12 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 31 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 41 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 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
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 (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar
Downloaded4from6oss.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 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded3from6oss.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 92 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
Downloaded3from6oss.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 26 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
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 18 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
Downloaded4from.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 (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.4/maven-model-3.0.4.jar
Downloaded5from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 34 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
Downloaded5from.oss.sonatype.org:4https://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 157 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
Downloaded4from.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 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 89 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
Downloaded5from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Downloaded5from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 101 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
Downloaded4from.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 (151 kB at 52 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
Downloaded4from.oss.sonatype.org:9https://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 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded4from.oss.sonatype.org:9https://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 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded4from.oss.sonatype.org:9https://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 16 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
Downloaded3from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 4.3 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
Downloaded2from.oss.sonatype.org:9https://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/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded5from.oss.sonatype.org:9https://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 3.4 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
Downloaded5from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
Downloaded4from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 27 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
Downloaded3from.oss.sonatype.org:9https://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/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded3from.oss.sonatype.org:9https://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/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded5from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 1.8 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
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
Downloaded5from.oss.sonatype.org:6https://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 34 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
Downloaded5from.oss.sonatype.org:2https://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 25 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
Downloaded4from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 4.4 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
Downloaded5from.oss.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 1.0 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
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 311 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
Downloaded4from7oss.sonatype.org:3https://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:3https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 39 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
Downloaded5from7oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 2.6 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
Downloaded4from1oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 1.3 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
Downloaded4from3oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 77 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
Downloaded4from6oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 5.5 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
Downloaded3from6oss.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 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.jar
Downloaded5from6oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 7.1 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
Downloaded5from7oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 62 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
Downloaded4from7oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 681 B/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
Downloaded5from1oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 14 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/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 1.7 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
Downloaded5from9oss.sonatype.org:khttps://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 1.6 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
Downloaded5from1oss.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 7.4 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
Downloaded4from3oss.sonatype.org:5https://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 3.0 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
Downloaded5from6oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 44 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
Downloaded5from7oss.sonatype.org:5https://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 3.4 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
Downloaded4from7oss.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 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 11 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
Downloaded2from.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/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
Downloaded2from.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 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded2from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded3from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 1.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded4from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 2.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.jar
Downloaded4from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded4from.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 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 4.3 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
Downloaded5from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 5.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
Downloaded5from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 9.8 kB/s)
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 7.2 kB/s)
Downloaded3from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 17 kB/s)
Downloaded2from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 30 kB/s)
Downloaded1from.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 87 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)
[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/2.0.2/wagon-maven-plugin-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.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/2.0.2/wagon-maven-plugin-2.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-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 32 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 85 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/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)
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)
[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/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/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/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/maven-artifact/3.2.5/maven-artifact-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-core/3.2.5/maven-core-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/3.2.5/maven-settings-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-settings-builder/3.2.5/maven-settings-builder-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-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/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/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/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-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-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/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-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/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/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/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/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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.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-interpolation/1.21/plexus-interpolation-1.21.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/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/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/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/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-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.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/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/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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-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/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-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (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-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/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)
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-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
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-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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-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/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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-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/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/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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.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-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-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar
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-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-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-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-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-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-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-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
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)
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-clearcase/1.12.0/maven-scm-provider-clearcase-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-perforce/1.12.0/maven-scm-provider-perforce-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-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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
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/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/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/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.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/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/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/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
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.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.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
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)
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.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/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/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: 485d82a at timestamp: 2022-11-10T15:51:09
[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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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 75 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 260 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.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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
Downloaded4from.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 (4.3 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
Downloaded4from6oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded4from9oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (0 B at 0 B/s)
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar
Downloaded4from9oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 202 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
Downloaded3from9oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 490 kB/s)
Downloaded2from6oss.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 387 kB/s)
Downloaded2from9oss.sonatype.org:9https://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)
Downloaded2from1oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 174 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 943 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 27 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/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/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.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
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/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 75 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 322 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 132 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 21 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 21 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/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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (0 B at 0 B/s)
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
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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.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-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/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/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded1from6oss.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/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded2from3oss.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/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded2from3oss.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-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded3from3oss.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-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/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-core/1.11.1/doxia-core-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 304 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/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/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-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-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
Downloaded1from6oss.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
Downloaded1from6oss.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
Downloaded1from9oss.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
Downloaded1from1oss.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)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded1from3oss.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/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/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.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/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded3from3oss.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 215 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.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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
Downloaded2from2oss.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
Downloaded2from2oss.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 42 kB/s)
Downloaded2from9oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (0 B at 0 B/s)
Downloaded2from1oss.sonatype.org:khttps://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)
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 150 kB/s)
Downloaded 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 (53 kB at 37 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:2.0.2:download-single (default) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-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/wagon/wagon-providers/3.0.0/wagon-providers-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/3.0.0/wagon-providers-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/wagon/wagon/3.0.0/wagon-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/3.0.0/wagon-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/maven-parent/27/maven-parent-27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/4.1.0/jna-4.1.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/4.1.0/jna-platform-4.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.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.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.49/jsch-0.1.49.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-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-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/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-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-components/1.1.9/plexus-components-1.1.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.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-utils/1.4/plexus-utils-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-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/1.0.9/plexus-1.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-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/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.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-archiver/3.4/plexus-archiver-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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.11/commons-compress-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (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/22/maven-shared-components-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.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/3.0.0/maven-shared-io-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.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/maven-compat-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.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-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.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-beta-6/wagon-1.0-beta-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (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/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/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.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.10/wagon-2.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.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/26/maven-parent-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.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.9/slf4j-parent-1.7.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.9/slf4j-parent-1.7.9.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.jar
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.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-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/maven-compat/3.2.5/maven-compat-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-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/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.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/3.0.0/maven-shared-io-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.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-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.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.9/slf4j-api-1.7.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-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-shared-io/3.0.0/maven-shared-io-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-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/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.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/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/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/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 46 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
Downloaded3from2oss.sonatype.org:1https://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 434 kB/s)
Downloaded 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 (61 kB at 223 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 593 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 3080 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.13: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.
[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.13: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.2/maven-scala-plugin-2.15.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.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.2/maven-scala-plugin-2.15.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-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-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-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 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)
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)
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
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)
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)
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/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-params/5.9.1/junit-jupiter-params-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/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/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/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/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/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/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/antlr/antlr4/4.11.1/antlr4-4.11.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-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)
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)
[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.3.0:resources (default-resources) @ parser ---
[INFO] skip non existing resourceDirectory /home/r/repo/parser/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1: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.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-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.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/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.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-javac/2.11.1/plexus-compiler-javac-2.11.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-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-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/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.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.2:compile (default) @ parser ---
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-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-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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/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-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/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-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/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/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/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/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-settings/2.2.1/maven-settings-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-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-settings/2.2.1/maven-settings-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-api/2.2.1/maven-plugin-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-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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/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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (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.jar
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)
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
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/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.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/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
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/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-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/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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (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/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (0 B at 0 B/s)
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/classworlds/classworlds/1.1/classworlds-1.1.jar
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
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/apache/commons/commons-exec/1.0.1/commons-exec-1.0.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/yaml/snakeyaml/1.4/snakeyaml-1.4.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)
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-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-utils/2.0.1/plexus-utils-2.0.1.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/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/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
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-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/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (0 B at 0 B/s)
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/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar
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/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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/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/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.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)
[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 1668095532746
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 16 s
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ parser ---
[INFO] skip non existing resourceDirectory /home/r/repo/parser/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ parser ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-scala-plugin:2.15.2: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 1668095549652
[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/surefire-logger-api/3.0.0-M7/surefire-logger-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-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-booter/3.0.0-M7/surefire-booter-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/maven-surefire-common/3.0.0-M7/maven-surefire-common-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-api/3.0.0-M7/surefire-extensions-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-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-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=11649221504641153
[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 117 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 10 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 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 9.1 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.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 9.8 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 89 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 45 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 156 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 25 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 13 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 73 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 35 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 49 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 179 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 43 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 136 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 110 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 25 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-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
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
Downloaded5from7oss.sonatype.org:8https://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 77 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/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 9.5 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 378 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 305 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 537 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 4.0 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 168 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.501 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/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
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/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/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/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/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/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-model/3.8.6/maven-model-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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/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/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-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-cipher/2.0/plexus-cipher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
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-impl/1.6.3/maven-resolver-impl-1.6.3.jar
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-builder-support/3.8.6/maven-builder-support-3.8.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
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-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/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-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/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/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/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/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/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/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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/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/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.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=11649247027915687
[INFO]
[INFO] --- wagon-maven-plugin:2.0.2: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.13: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.13: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 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.3.0:resources (default-resources) @ transpiler ---
[INFO] skip non existing resourceDirectory /home/r/repo/transpiler/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ transpiler ---
[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.2: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 1668095582603
[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 17 s
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ transpiler ---
[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.2: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 1668095599873
[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=11649271152916485
[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.693 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=11649281385528956
[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.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
transpiled conf
transpiled djangodocs
transpiled __init__
transpiled __main__
transpiled shortcuts
transpiled tz
transpiled __init__
transpiled static
transpiled i18n
transpiled l10n
transpiled cache
transpiled __init__
transpiled registry
transpiled config
transpiled datastructures
transpiled datetime_safe
transpiled numberformat
transpiled deprecation
transpiled timezone
transpiled _os
transpiled __init__
transpiled formats
transpiled log
transpiled xmlutils
transpiled timesince
transpiled dateformat
transpiled archive
transpiled encoding
transpiled tree
transpiled itercompat
transpiled baseconv
transpiled functional
transpiled inspect
transpiled safestring
transpiled jslex
transpiled ipv6
transpiled text
transpiled autoreload
transpiled deconstruct
transpiled regex_helper
transpiled crypto
transpiled http
transpiled duration
transpiled dates
transpiled feedgenerator
transpiled topological_sort
transpiled dateparse
transpiled asyncio
transpiled module_loading
transpiled termcolors
transpiled decorators
transpiled cache
transpiled version
transpiled lorem_ipsum
transpiled html
transpiled hashable
transpiled connection
transpiled __init__
transpiled reloader
transpiled trans_real
transpiled trans_null
transpiled template
transpiled validators
transpiled __init__
transpiled signals
transpiled paginator
transpiled exceptions
transpiled signing
transpiled asgi
transpiled wsgi
transpiled xml_serializer
transpiled __init__
transpiled pyyaml
transpiled python
transpiled jsonl
transpiled json
transpiled base
transpiled move
transpiled uploadhandler
transpiled temp
transpiled utils
transpiled storage
transpiled __init__
transpiled uploadedfile
transpiled locks
transpiled images
transpiled base
transpiled __init__
transpiled exception
transpiled asgi
transpiled base
transpiled wsgi
transpiled utils
transpiled __init__
transpiled message
transpiled __init__
transpiled dummy
transpiled smtp
transpiled locmem
transpiled base
transpiled console
transpiled filebased
transpiled templates
transpiled utils
transpiled __init__
transpiled color
transpiled base
transpiled sql
transpiled startproject
transpiled sqlflush
transpiled dumpdata
transpiled migrate
transpiled check
transpiled __init__
transpiled shell
transpiled test
transpiled createcachetable
transpiled diffsettings
transpiled flush
transpiled dbshell
transpiled compilemessages
transpiled makemessages
transpiled squashmigrations
transpiled startapp
transpiled sqlsequencereset
transpiled makemigrations
transpiled runserver
transpiled showmigrations
transpiled loaddata
transpiled testserver
transpiled sendtestemail
transpiled sqlmigrate
transpiled inspectdb
transpiled utils
transpiled __init__
transpiled __init__
transpiled dummy
transpiled db
transpiled locmem
transpiled redis
transpiled memcached
transpiled base
transpiled filebased
transpiled templates
transpiled model_checks
transpiled __init__
transpiled registry
transpiled translation
transpiled database
transpiled caches
transpiled files
transpiled async_checks
transpiled urls
transpiled messages
transpiled __init__
transpiled django_4_0
transpiled __init__
transpiled sessions
transpiled csrf
transpiled base
transpiled __init__
transpiled basehttp
transpiled utils
transpiled __init__
transpiled context
transpiled library
transpiled context_processors
transpiled defaulttags
transpiled autoreload
transpiled engine
transpiled defaultfilters
transpiled loader_tags
transpiled exceptions
transpiled loader
transpiled response
transpiled base
transpiled smartif
transpiled __init__
transpiled app_directories
transpiled locmem
transpiled filesystem
transpiled base
transpiled cached
transpiled utils
transpiled __init__
transpiled dummy
transpiled jinja2
transpiled base
transpiled django
transpiled conf
transpiled utils
transpiled __init__
transpiled resolvers
transpiled converters
transpiled exceptions
transpiled base
transpiled request
transpiled __init__
transpiled cookie
transpiled multipartparser
transpiled response
transpiled __init__
transpiled models
transpiled __init__
transpiled views
transpiled middleware
transpiled forms
transpiled admin
transpiled apps
transpiled sitemaps
transpiled urls
transpiled __init__
transpiled flatpages
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled checks
transpiled managers
transpiled middleware
transpiled management
transpiled shortcuts
transpiled admin
transpiled requests
transpiled apps
transpiled 0001_initial
transpiled __init__
transpiled 0002_alter_domain_unique
transpiled models
transpiled __init__
transpiled middleware
transpiled admin
transpiled apps
transpiled 0001_initial
transpiled 0002_alter_redirect_new_path_help_text
transpiled __init__
transpiled __init__
transpiled views
transpiled apps
transpiled models
transpiled __init__
transpiled middleware
transpiled serializers
transpiled apps
transpiled exceptions
transpiled base_session
transpiled __init__
transpiled signed_cookies
transpiled db
transpiled file
transpiled cached_db
transpiled base
transpiled cache
transpiled __init__
transpiled __init__
transpiled clearsessions
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled views
transpiled apps
transpiled __init__
transpiled __init__
transpiled ping_google
transpiled __init__
transpiled views
transpiled feeds
transpiled shortcuts
transpiled ptr
transpiled measure
transpiled apps
transpiled geometry
transpiled __init__
transpiled geojson
transpiled __init__
transpiled ogrinfo
transpiled layermapping
transpiled srs
transpiled ogrinspect
transpiled __init__
transpiled __init__
transpiled ogrinspect
transpiled inspectdb
transpiled __init__
transpiled views
transpiled kml
transpiled layer
transpiled error
transpiled feature
transpiled __init__
transpiled datasource
transpiled geometries
transpiled envelope
transpiled srs
transpiled libgdal
transpiled field
transpiled geomtype
transpiled base
transpiled driver
transpiled band
transpiled __init__
transpiled source
transpiled const
transpiled base
transpiled ds
transpiled errcheck
transpiled geom
transpiled __init__
transpiled generation
transpiled raster
transpiled srs
transpiled __init__
transpiled utils
transpiled __init__
transpiled models
transpiled schema
transpiled __init__
transpiled adapter
transpiled client
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled models
transpiled __init__
transpiled adapter
transpiled features
transpiled operations
transpiled models
transpiled schema
transpiled __init__
transpiled adapter
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled schema
transpiled __init__
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled models
transpiled schema
transpiled __init__
transpiled adapter
transpiled const
transpiled pgraster
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled aggregates
transpiled proxy
transpiled __init__
transpiled lookups
transpiled fields
transpiled functions
transpiled __init__
transpiled conversion
transpiled __init__
transpiled resources
transpiled base
transpiled libgeos
transpiled error
transpiled coordseq
transpiled io
transpiled __init__
transpiled factory
transpiled polygon
transpiled linestring
transpiled point
transpiled collections
transpiled geometry
transpiled mutable_list
transpiled base
transpiled prepared
transpiled errcheck
transpiled geom
transpiled coordseq
transpiled misc
transpiled io
transpiled __init__
transpiled threadsafe
transpiled topology
transpiled predicates
transpiled prepared
transpiled __init__
transpiled fields
transpiled widgets
transpiled __init__
transpiled options
transpiled widgets
transpiled models
transpiled mixins
transpiled validators
transpiled __init__
transpiled checks
transpiled signals
transpiled views
transpiled middleware
transpiled tokens
transpiled context_processors
transpiled password_validation
transpiled forms
transpiled admin
transpiled backends
transpiled apps
transpiled base_user
transpiled urls
transpiled hashers
transpiled decorators
transpiled __init__
transpiled modwsgi
transpiled __init__
transpiled __init__
transpiled createsuperuser
transpiled changepassword
transpiled 0004_alter_user_username_opts
transpiled 0002_alter_permission_name_max_length
transpiled 0005_alter_user_last_login_null
transpiled 0001_initial
transpiled 0007_alter_validators_add_error_messages
transpiled 0009_alter_user_last_name_max_length
transpiled __init__
transpiled 0003_alter_user_email_max_length
transpiled 0011_update_proxy_permissions
transpiled 0010_alter_group_name_max_length
transpiled 0012_alter_user_first_name_max_length
transpiled 0006_require_contenttypes_0002
transpiled 0008_alter_user_username_max_length
transpiled utils
transpiled __init__
transpiled views
transpiled middleware
transpiled context_processors
transpiled api
transpiled apps
transpiled constants
transpiled fallback
transpiled __init__
transpiled cookie
transpiled session
transpiled base
transpiled __init__
transpiled apps
transpiled __init__
transpiled humanize
transpiled utils
transpiled storage
transpiled __init__
transpiled checks
transpiled views
transpiled finders
transpiled testing
transpiled apps
transpiled handlers
transpiled urls
transpiled __init__
transpiled __init__
transpiled findstatic
transpiled runserver
transpiled collectstatic
transpiled utils
transpiled __init__
transpiled views
transpiled middleware
transpiled apps
transpiled urls
transpiled models
transpiled __init__
transpiled checks
transpiled views
transpiled forms
transpiled admin
transpiled fields
transpiled apps
transpiled __init__
transpiled __init__
transpiled remove_stale_contenttypes
transpiled 0002_remove_content_type_name
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled utils
transpiled actions
transpiled helpers
transpiled __init__
transpiled checks
transpiled sites
transpiled forms
transpiled filters
transpiled options
transpiled widgets
transpiled apps
transpiled exceptions
transpiled decorators
transpiled tests
transpiled admin_modify
transpiled __init__
transpiled log
transpiled admin_list
transpiled admin_urls
transpiled base
transpiled autocomplete
transpiled __init__
transpiled main
transpiled decorators
transpiled 0001_initial
transpiled __init__
transpiled 0003_logentry_add_action_flag_choices
transpiled 0002_logentry_remove_auto_add
transpiled utils
transpiled search
transpiled expressions
transpiled validators
transpiled __init__
transpiled signals
transpiled lookups
transpiled indexes
transpiled constraints
transpiled serializers
transpiled apps
transpiled functions
transpiled operations
transpiled general
transpiled mixins
transpiled statistics
transpiled __init__
transpiled array
transpiled utils
transpiled __init__
transpiled citext
transpiled ranges
transpiled jsonb
transpiled hstore
transpiled array
transpiled __init__
transpiled ranges
transpiled hstore
transpiled utils
transpiled __init__
transpiled transaction
transpiled utils
transpiled __init__
transpiled signals
transpiled ddl_references
transpiled schema
transpiled __init__
transpiled client
transpiled creation
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled __init__
transpiled features
transpiled base
transpiled validation
transpiled schema
transpiled __init__
transpiled client
transpiled creation
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled schema
transpiled __init__
transpiled client
transpiled creation
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled utils
transpiled validation
transpiled schema
transpiled __init__
transpiled client
transpiled creation
transpiled features
transpiled introspection
transpiled functions
transpiled operations
transpiled base
transpiled validation
transpiled schema
transpiled __init__
transpiled client
transpiled creation
transpiled compiler
transpiled features
transpiled introspection
transpiled operations
transpiled base
transpiled aggregates
transpiled utils
transpiled expressions
transpiled query_utils
transpiled __init__
transpiled signals
transpiled lookups
transpiled indexes
transpiled constraints
transpiled options
transpiled enums
transpiled deletion
transpiled manager
transpiled constants
transpiled base
transpiled query
transpiled related_descriptors
transpiled related_lookups
transpiled proxy
transpiled mixins
transpiled __init__
transpiled related
transpiled files
transpiled json
transpiled reverse_related
transpiled mixins
transpiled __init__
transpiled math
transpiled comparison
transpiled datetime
transpiled window
transpiled text
transpiled datastructures
transpiled __init__
transpiled subqueries
transpiled compiler
transpiled constants
transpiled where
transpiled query
transpiled optimizer
transpiled autodetector
transpiled utils
transpiled __init__
transpiled state
transpiled recorder
transpiled questioner
transpiled migration
transpiled executor
transpiled exceptions
transpiled loader
transpiled writer
transpiled graph
transpiled serializer
transpiled models
transpiled __init__
transpiled fields
transpiled base
transpiled special
transpiled renderers
transpiled models
transpiled formsets
transpiled utils
transpiled boundfield
transpiled __init__
transpiled forms
transpiled fields
transpiled widgets
transpiled runner
transpiled utils
transpiled __init__
transpiled signals
transpiled client
transpiled selenium
transpiled testcases
transpiled html
transpiled __init__
transpiled debug
transpiled defaults
transpiled static
transpiled i18n
transpiled csrf
transpiled gzip
transpiled __init__
transpiled vary
transpiled common
transpiled debug
transpiled clickjacking
transpiled http
transpiled csrf
transpiled cache
transpiled list
transpiled __init__
transpiled detail
transpiled edit
transpiled dates
transpiled base
transpiled __init__
transpiled global_settings
transpiled __init__
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled static
transpiled i18n
transpiled __init__
transpiled dispatcher
transpiled security
transpiled gzip
transpiled locale
transpiled __init__
transpiled common
transpiled clickjacking
transpiled http
transpiled csrf
transpiled cache
transpiled urls
transpiled test_sqlite
transpiled runtests
transpiled test_yaml
transpiled test_deserializedobject
transpiled test_xml
transpiled __init__
transpiled test_natural
transpiled test_jsonl
transpiled test_data
transpiled tests
transpiled test_json
transpiled multi_table
transpiled data
transpiled __init__
transpiled natural
transpiled base
transpiled models
transpiled uploadhandler
transpiled __init__
transpiled views
transpiled urls
transpiled tests
transpiled models
transpiled test_templates
transpiled __init__
transpiled admin
transpiled urls
transpiled tests
transpiled test_templatetags
transpiled storage
transpiled settings
transpiled cases
transpiled __init__
transpiled test_views
transpiled test_storage
transpiled test_finders
transpiled test_liveserver
transpiled test_forms
transpiled test_checks
transpiled test_utils
transpiled test_management
transpiled test_handlers
transpiled __init__
transpiled staticfiles_config
transpiled __init__
transpiled __init__
transpiled helper
transpiled __init__
transpiled default
transpiled models
transpiled __init__
transpiled base_tests
transpiled tests
transpiled test_postgresql
transpiled __init__
transpiled fake_client
transpiled test_mysql
transpiled test_oracle
transpiled tests
transpiled test_sqlite
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_uuid
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled urls
transpiled tests
transpiled __init__
transpiled subparser
transpiled subparser_required
transpiled required_option
transpiled common_args
transpiled __init__
transpiled mutually_exclusive_required
transpiled no_translations
transpiled required_constant_option
transpiled outputwrapper
transpiled set_option
transpiled specific_system_checks
transpiled subparser_dest
transpiled transaction
transpiled required_list_option
transpiled dance
transpiled hal
transpiled no_system_checks
transpiled mutually_exclusive_required_with_same_dest
transpiled reverse_url
transpiled models
transpiled __init__
transpiled apps
transpiled tests
transpiled __init__
transpiled apps
transpiled __init__
transpiled __init__
transpiled apps
transpiled __init__
transpiled __init__
transpiled apps
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled not_apps
transpiled apps
transpiled models
transpiled __init__
transpiled feeds
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled test_filter_argument
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled utils
transpiled test_custom
transpiled broken_tag
transpiled __init__
transpiled test_extends_relative
transpiled views
transpiled test_response
transpiled test_autoreloader
transpiled annotated_tag_function
transpiled test_smartif
transpiled test_engine
transpiled test_logging
transpiled test_context
transpiled test_base
transpiled alternate_urls
transpiled test_callables
transpiled urls
transpiled test_extends
transpiled test_origin
transpiled test_library
transpiled test_loaders
transpiled test_parser
transpiled tests
transpiled test_nodelist
transpiled __init__
transpiled bad_tag
transpiled testtags
transpiled inclusion
transpiled tag_27584
transpiled custom
transpiled __init__
transpiled echo
transpiled test_cache
transpiled test_if
transpiled test_cycle
transpiled test_resetcycle
transpiled test_comment
transpiled test_regroup
transpiled test_basic
transpiled __init__
transpiled test_exceptions
transpiled test_multiline
transpiled test_list_index
transpiled test_invalid_string
transpiled test_with
transpiled test_if_changed
transpiled test_template_tag
transpiled test_url
transpiled test_builtins
transpiled test_lorem
transpiled test_firstof
transpiled test_load
transpiled test_setup
transpiled test_include
transpiled test_verbatim
transpiled test_named_endblock
transpiled test_filter_tag
transpiled test_filter_syntax
transpiled test_autoescape
transpiled test_for
transpiled test_static
transpiled test_now
transpiled test_extends
transpiled test_numpy
transpiled test_spaceless
transpiled test_simple_tag
transpiled test_width_ratio
transpiled test_underscore_syntax
transpiled test_get_available_languages
transpiled test_language
transpiled __init__
transpiled test_filters
transpiled test_blocktranslate
transpiled test_get_language_info_list
transpiled test_translate
transpiled test_get_language_info
transpiled base
transpiled test_get_current_language_bidi
transpiled test_get_current_language
transpiled test_filesizeformat
transpiled test_json_script
transpiled test_safeseq
transpiled test_chaining
transpiled test_divisibleby
transpiled test_lower
transpiled test_rjust
transpiled test_upper
transpiled test_yesno
transpiled test_pluralize
transpiled test_title
transpiled test_time
transpiled test_escapejs
transpiled test_linebreaksbr
transpiled __init__
transpiled test_striptags
transpiled test_ljust
transpiled test_unordered_list
transpiled test_default_if_none
transpiled test_wordwrap
transpiled test_linenumbers
transpiled test_dictsortreversed
transpiled test_wordcount
transpiled test_linebreaks
transpiled test_last
transpiled test_slice
transpiled test_timesince
transpiled test_make_list
transpiled test_iriencode
transpiled timezone_utils
transpiled test_force_escape
transpiled test_truncatewords_html
transpiled test_cut
transpiled test_join
transpiled test_truncatechars_html
transpiled test_escape
transpiled test_truncatewords
transpiled test_get_digit
transpiled test_urlize
transpiled test_length
transpiled test_random
transpiled test_addslashes
transpiled test_urlencode
transpiled test_default
transpiled test_slugify
transpiled test_dictsort
transpiled test_timeuntil
transpiled test_urlizetrunc
transpiled test_center
transpiled test_stringformat
transpiled test_floatformat
transpiled test_autoescape
transpiled test_add
transpiled test_first
transpiled test_safe
transpiled test_truncatechars
transpiled test_phone2numeric
transpiled test_date
transpiled test_capfirst
transpiled test_length_is
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled routers
transpiled tests
transpiled __init__
transpiled urls
transpiled wsgi
transpiled tests
transpiled utils
transpiled reverse_lazy_urls
transpiled urlconf_outer
transpiled __init__
transpiled included_named_urls
transpiled named_urls_conflict
transpiled method_view_urls
transpiled urls_error_handlers_callables
transpiled views
transpiled middleware
transpiled included_app_urls
transpiled nested_urls
transpiled nonimported_module
transpiled urls_without_handlers
transpiled included_named_urls2
transpiled urls_error_handlers
transpiled included_urls
transpiled no_urls
transpiled included_namespace_urls
transpiled test_localeregexdescriptor
transpiled urlconf_inner
transpiled named_urls
transpiled included_urls2
transpiled included_no_kwargs_urls
transpiled views_broken
transpiled urls
transpiled extra_urls
transpiled tests
transpiled namespace_urls
transpiled erroneous_urls
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled test_ddl_references
transpiled test_utils
transpiled tests
transpiled test_introspection
transpiled __init__
transpiled test_server_side_cursors
transpiled test_creation
transpiled test_operations
transpiled tests
transpiled test_features
transpiled test_introspection
transpiled __init__
transpiled test_creation
transpiled test_operations
transpiled tests
transpiled test_features
transpiled test_introspection
transpiled __init__
transpiled test_creation
transpiled test_client
transpiled test_schema
transpiled test_base
transpiled test_operations
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled test_introspection
transpiled __init__
transpiled test_creation
transpiled test_operations
transpiled tests
transpiled test_features
transpiled test_introspection
transpiled __init__
transpiled test_creation
transpiled test_schema
transpiled test_operations
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled fields
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled test_templatetags
transpiled no_slash_urls
transpiled settings
transpiled __init__
transpiled absolute_urls
transpiled test_sitemaps
transpiled test_csrf
transpiled test_views
transpiled test_models
transpiled test_forms
transpiled urls
transpiled test_middleware
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled views
transpiled tests_custom_error_handlers
transpiled urls
transpiled tests
transpiled test_exception
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled default_urls
transpiled views
transpiled generic_urls
transpiled urls
transpiled regression_21530_urls
transpiled __init__
transpiled debugtags
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled test_csrf
transpiled test_debug
transpiled test_static
transpiled test_defaults
transpiled test_i18n
transpiled test_specials
transpiled test_json
transpiled __init__
transpiled __init__
transpiled test_middleware_mixin
transpiled __init__
transpiled test_use_l10n
transpiled tests
transpiled models
transpiled __init__
transpiled test_forms
transpiled tests
transpiled models
transpiled test_templatetags
transpiled test_actions
transpiled __init__
transpiled test_history_view
transpiled test_multidb
transpiled views
transpiled forms
transpiled admin
transpiled test_autocomplete_view
transpiled customadmin
transpiled test_nav_sidebar
transpiled test_forms
transpiled urls
transpiled test_adminsite
transpiled tests
transpiled custom_has_permission_admin
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled test_sendtestemail
transpiled custombackend
transpiled tests
transpiled models
transpiled __init__
transpiled test_date_hierarchy
transpiled admin
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_queryset_values
transpiled __init__
transpiled tests
transpiled __init__
transpiled views
transpiled urls
transpiled tests
transpiled more_urls
transpiled path_urls
transpiled path_dynamic_urls
transpiled __init__
transpiled views
transpiled test_resolvers
transpiled included_urls
transpiled converters
transpiled converter_urls
transpiled path_same_name_urls
transpiled path_base64_urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled views
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled test_exp
transpiled test_floor
transpiled test_degrees
transpiled test_atan
transpiled test_atan2
transpiled test_tan
transpiled test_sin
transpiled __init__
transpiled test_round
transpiled test_pi
transpiled test_power
transpiled test_acos
transpiled test_ln
transpiled test_asin
transpiled test_cot
transpiled test_mod
transpiled test_ceil
transpiled test_radians
transpiled test_sqrt
transpiled test_random
transpiled test_sign
transpiled test_log
transpiled test_abs
transpiled test_cos
transpiled test_least
transpiled test_coalesce
transpiled test_json_object
transpiled test_greatest
transpiled __init__
transpiled test_cast
transpiled test_collate
transpiled test_nullif
transpiled __init__
transpiled test_validation
transpiled test_sha224
transpiled test_lower
transpiled test_upper
transpiled test_repeat
transpiled test_substr
transpiled __init__
transpiled test_reverse
transpiled test_md5
transpiled test_concat
transpiled test_ord
transpiled test_sha1
transpiled test_sha512
transpiled test_replace
transpiled test_left
transpiled test_right
transpiled test_chr
transpiled test_length
transpiled test_trim
transpiled test_pad
transpiled test_sha256
transpiled test_sha384
transpiled test_strindex
transpiled __init__
transpiled 0001_setup_extensions
transpiled 0002_create_test_models
transpiled __init__
transpiled test_extract_trunc
transpiled test_now
transpiled models
transpiled __init__
transpiled forms
transpiled admin
transpiled urls
transpiled tests
transpiled __init__
transpiled __init__
transpiled tests_inheritance
line 11:1 no viable alternative at input '1syntax_error'
transpiled tests_syntax_error
transpiled tests
transpiled empty
transpiled __init__
transpiled pattern_tests
transpiled doctests
transpiled tests_sample
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled tests_buffer
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled test_dates
transpiled views
transpiled test_detail
transpiled forms
transpiled test_edit
transpiled test_base
transpiled urls
transpiled test_list
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled views
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled test_abstract_inheritance
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled utils
transpiled __init__
transpiled forms
transpiled test_extraction
transpiled test_compilation
transpiled test_percents
transpiled urls_default_unprefixed
transpiled urls
transpiled test_management
transpiled tests
transpiled manage
transpiled update_catalogs
transpiled settings
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled apps
transpiled __init__
transpiled __init__
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled tests
transpiled path_unused
transpiled wrong
transpiled __init__
transpiled default
transpiled disabled
transpiled namespace
transpiled wrong_namespace
transpiled included
transpiled __init__
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled formats
transpiled __init__
transpiled sites
transpiled apps
transpiled tests
transpiled models
transpiled __init__
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled configured_dynamic_settings_manage
transpiled configured_settings_manage
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled __init__
transpiled custom_startproject
transpiled app_command
transpiled base_command
transpiled label_command
transpiled suppress_base_options_command
transpiled noargs_command
transpiled __init__
transpiled __init__
transpiled __init__
transpiled duplicate
transpiled foo
transpiled __init__
transpiled bar
transpiled foo
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled api
transpiled settings
transpiled __init__
transpiled extra
transpiled localized
transpiled additional_file
transpiled render
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled __init__
transpiled duplicate
transpiled models
transpiled __init__
transpiled test_commands
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled admin
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled views
transpiled test_views
transpiled urls
transpiled test_utils
transpiled test_middleware
transpiled tests
transpiled namespace_urls
transpiled __init__
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled results
transpiled tests
transpiled models
transpiled __init__
transpiled liberal_backend
transpiled closeable_cache
transpiled tests_async
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled test_actions
transpiled __init__
transpiled test_checks
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled auth_backends
transpiled __init__
transpiled views
transpiled context_processors
transpiled session
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_modelchoicefield
transpiled test_uuid
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled test_bulk_update
transpiled test_contains
transpiled test_explain
transpiled test_db_returning
transpiled test_q
transpiled test_query
transpiled tests
transpiled test_qs_combinators
transpiled test_iterator
transpiled models
transpiled test_logentry
transpiled __init__
transpiled admin
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled 0001_initial
transpiled 0002_add_book
transpiled __init__
transpiled models
transpiled __init__
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled tests
transpiled test_relative_fields
transpiled test_custom_fields
transpiled __init__
transpiled test_ordinary_fields
transpiled test_backend_specific
transpiled test_models
transpiled test_deprecated_fields
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled views
transpiled middleware
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled test_empty_join
transpiled test_agnostic_order_trimjoin
transpiled test_forms
transpiled tests
transpiled __init__
transpiled empty_join
transpiled person
transpiled article
transpiled customers
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled test_cookie
transpiled __init__
transpiled test_api
transpiled test_mixins
transpiled test_fallback
transpiled test_session
transpiled urls
transpiled test_middleware
transpiled base
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled views
transpiled urls
transpiled tags
transpiled __init__
transpiled test_widgets
transpiled __init__
transpiled test_error_messages
transpiled test_media
transpiled test_formsets
transpiled test_renderers
transpiled test_validators
transpiled test_input_formats
transpiled test_deprecation_forms
transpiled test_forms
transpiled test_utils
transpiled test_i18n
transpiled tests
transpiled test_choicefield
transpiled test_decimalfield
transpiled test_imagefield
transpiled test_slugfield
transpiled test_integerfield
transpiled __init__
transpiled test_timefield
transpiled test_genericipaddressfield
transpiled test_uuidfield
transpiled test_filefield
transpiled test_combofield
transpiled test_typedmultiplechoicefield
transpiled test_multivaluefield
transpiled test_durationfield
transpiled test_filepathfield
transpiled test_urlfield
transpiled test_splitdatetimefield
transpiled test_datefield
transpiled test_floatfield
transpiled test_regexfield
transpiled test_base
transpiled test_emailfield
transpiled test_multiplechoicefield
transpiled test_booleanfield
transpiled test_nullbooleanfield
transpiled test_jsonfield
transpiled test_charfield
transpiled test_datetimefield
transpiled test_typedchoicefield
transpiled __init__
transpiled ab
transpiled a
transpiled b
transpiled __init__
transpiled __init__
transpiled __init__
transpiled d
transpiled e
transpiled g
transpiled __init__
transpiled test_numberinput
transpiled __init__
transpiled test_textinput
transpiled test_clearablefileinput
transpiled test_hiddeninput
transpiled test_splitdatetimewidget
transpiled test_checkboxinput
transpiled test_dateinput
transpiled test_input
transpiled test_checkboxselectmultiple
transpiled test_multiwidget
transpiled test_nullbooleanselect
transpiled test_radioselect
transpiled test_fileinput
transpiled test_passwordinput
transpiled test_selectdatewidget
transpiled test_widget
transpiled test_selectmultiple
transpiled test_multiplehiddeninput
transpiled test_datetimeinput
transpiled test_textarea
transpiled test_timeinput
transpiled test_select
transpiled base
transpiled test_splithiddendatetimewidget
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_second
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled publication
transpiled __init__
transpiled article
transpiled models
transpiled __init__
transpiled test_fields
transpiled test_views
transpiled test_models
transpiled test_order_with_respect_to
transpiled test_operations
transpiled test_checks
transpiled urls
transpiled test_management
transpiled 0001_initial
transpiled __init__
transpiled 0002_rename_foo
transpiled models
transpiled test_pickle
transpiled __init__
transpiled test_state
transpiled tests
transpiled models
transpiled test_decorators
transpiled test_functional
transpiled utils
transpiled test_datetime_safe
transpiled test_crypto
transpiled test_encoding
transpiled test_module_loading
transpiled test_datastructures
transpiled test_lazyobject
transpiled test_http
transpiled test_no_submodule
transpiled __init__
transpiled test_dateformat
transpiled test_lorem_ipsum
transpiled test_ipv6
transpiled test_archive
transpiled test_timesince
transpiled test_duration
transpiled test_baseconv
transpiled test_regex_helper
transpiled test_hashable
transpiled test_autoreload
transpiled test_numberformat
transpiled test_text
transpiled test_timezone
transpiled test_safestring
transpiled test_os_utils
transpiled test_topological_sort
transpiled test_dateparse
transpiled test_inspect
transpiled test_termcolors
transpiled test_jslex
transpiled test_connection
transpiled test_html
transpiled test_feedgenerator
transpiled test_tree
transpiled test_simplelazyobject
transpiled __init__
transpiled __main__
transpiled bad_module
transpiled main_module
transpiled another_good_module
transpiled good_module
transpiled another_bad_module
transpiled __init__
transpiled grandchild_module
transpiled test_cookie
transpiled __init__
transpiled test_fileresponse
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled test_dummy
transpiled test_jinja2
transpiled __init__
transpiled test_django
transpiled test_utils
transpiled __init__
transpiled __init__
transpiled __init__
transpiled broken_tags
transpiled __init__
transpiled empty
transpiled override
transpiled __init__
transpiled good_tags
transpiled tags
transpiled __init__
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled views
transpiled test_liveserverthread
transpiled urls
transpiled tests
transpiled test_basehttp
transpiled __init__
transpiled models
transpiled test_uuid
transpiled __init__
transpiled test_prefetch_related_objects
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_simpletestcase
transpiled __init__
transpiled views
transpiled test_testcase
transpiled test_serializemixin
transpiled test_transactiontestcase
transpiled urls
transpiled tests
transpiled models
transpiled test_decimalfield
transpiled test_binaryfield
transpiled test_imagefield
transpiled test_slugfield
transpiled test_uuid
transpiled test_integerfield
transpiled __init__
transpiled test_genericipaddressfield
transpiled test_filefield
transpiled test_autofield
transpiled test_durationfield
transpiled test_textfield
transpiled test_filepathfield
transpiled test_promises
transpiled test_floatfield
transpiled test_field_flags
transpiled test_foreignkey
transpiled test_booleanfield
transpiled test_jsonfield
transpiled test_charfield
transpiled test_manytomanyfield
transpiled tests
transpiled test_datetimefield
transpiled models
transpiled __init__
transpiled widgetadmin
transpiled test_autocomplete_widget
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_multitable
transpiled __init__
transpiled tests
transpiled models
transpiled test_unique
transpiled __init__
transpiled test_error_messages
transpiled test_picklable
transpiled test_validators
transpiled test_custom_messages
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled tests
transpiled urls_admin
transpiled test_decorators
transpiled test_hashers
transpiled test_admin_multidb
transpiled backend_alias
transpiled test_auth_backends
transpiled settings
transpiled test_templates
transpiled test_basic
transpiled __init__
transpiled client
transpiled test_context_processors
transpiled test_tokens
transpiled test_migrations
transpiled test_views
transpiled test_models
transpiled urls_custom_user_admin
transpiled test_mixins
transpiled test_signals
transpiled test_validators
transpiled test_remote_user
transpiled test_forms
transpiled test_checks
transpiled urls
transpiled test_middleware
transpiled test_management
transpiled test_handlers
transpiled uuid_pk
transpiled proxy
transpiled __init__
transpiled with_integer_username
transpiled is_active
transpiled minimal
transpiled with_last_login_attr
transpiled custom_user
transpiled with_foreign_key
transpiled with_many_to_many
transpiled invalid_models
transpiled with_custom_email_field
transpiled no_password
transpiled custom_permissions
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled admin
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled logconfig
transpiled __init__
transpiled views
transpiled urls_i18n
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled models
transpiled test_unaccent
transpiled integration_settings
transpiled test_introspection
transpiled test_citext
transpiled __init__
transpiled test_bulk_update
transpiled test_array
transpiled test_trigram
transpiled test_indexes
transpiled test_search
transpiled test_apps
transpiled test_hstore
transpiled fields
transpiled test_signals
transpiled test_integration
transpiled test_operations
transpiled test_functions
transpiled test_ranges
transpiled test_aggregates
transpiled test_constraints
transpiled 0001_initial
transpiled __init__
transpiled 0002_integerarraymodel_field_2
transpiled __init__
transpiled 0001_setup_extensions
transpiled 0002_create_test_models
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled custom
transpiled tests
transpiled models
transpiled runner
transpiled __init__
transpiled test_shuffler
transpiled test_discover_runner
transpiled test_parallel
transpiled test_debug_sql
transpiled tests
transpiled __init__
transpiled views
transpiled csrf_token_error_handler_urls
transpiled test_context_processor
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled fields
transpiled tests
transpiled models
transpiled __init__
transpiled admin
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled no_clear_expired
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled urls
transpiled test_generate_filename
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_security
transpiled test_4_0_compatibility
transpiled test_templates
transpiled __init__
transpiled test_translation
transpiled test_urls
transpiled test_caches
transpiled test_model_field_deprecation
transpiled test_model_checks
transpiled test_files
transpiled test_multi_db
transpiled test_database
transpiled test_async_checks
transpiled apps
transpiled tests
transpiled beginning_with_slash
transpiled no_warnings
transpiled cbv_as_view
transpiled __init__
transpiled name_with_colon
transpiled warning_in_include
transpiled bad_error_handlers_invalid_path
transpiled no_warnings_i18n
transpiled bad_function_based_error_handlers
transpiled unique_namespaces
transpiled include_contains_tuple
transpiled good_class_based_error_handlers
transpiled bad_class_based_error_handlers
transpiled non_unique_namespaces
transpiled include_with_dollar
transpiled contains_tuple
transpiled good_function_based_error_handlers
transpiled beginning_with_caret
transpiled contains_re_named_group
transpiled __init__
transpiled ending_with_dollar
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled test_tablespaces
transpiled test_default_related_name
transpiled apps
transpiled test_default_pk
transpiled __init__
transpiled default_related_name
transpiled tablespaces
transpiled __init__
transpiled test_data_upload_settings
transpiled test_accept_header
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_decimalfield
transpiled __init__
transpiled test_timefield
transpiled test_lookups
transpiled tests
transpiled __init__
transpiled more_operations
transpiled operations
transpiled models
transpiled __init__
transpiled views
transpiled urls
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled test_measure
transpiled utils
transpiled test_gis_tests_utils
transpiled __init__
transpiled test_fields
transpiled test_geoip2
transpiled admin
transpiled test_data
transpiled test_geoforms
transpiled test_spatialrefsys
transpiled tests
transpiled test_ptr
transpiled models
transpiled __init__
transpiled tests
transpiled test_srs
transpiled test_envelope
transpiled test_raster
transpiled __init__
transpiled test_ds
transpiled test_driver
transpiled test_geom
transpiled tests
transpiled __init__
transpiled test_operations
transpiled test_commands
transpiled __init__
transpiled 0002_create_models
transpiled 0001_setup_extensions
transpiled models
transpiled __init__
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled views
transpiled tests
transpiled models
transpiled __init__
transpiled admin
transpiled urls
transpiled tests
transpiled models
transpiled test_serializers
transpiled test_feeds
transpiled __init__
transpiled test_sitemaps
transpiled feeds
transpiled test_indexes
transpiled test_expressions
transpiled sitemaps
transpiled test_functions
transpiled test_regress
transpiled urls
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled test_rasterfield
transpiled models
transpiled __init__
transpiled __init__
transpiled 0002_rastermodels
transpiled 0001_setup_extensions
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled textrasters
transpiled test_geos
transpiled test_io
transpiled test_geos_mutation
transpiled test_mutable_list
transpiled __init__
transpiled test_coordseq
transpiled models
transpiled __init__
transpiled test_exceptions
transpiled test_graph
transpiled test_multidb
transpiled test_writer
transpiled test_questioner
transpiled test_executor
transpiled test_optimizer
transpiled test_autodetector
transpiled test_loader
transpiled routers
transpiled test_deprecated_fields
transpiled test_base
transpiled test_operations
transpiled test_state
transpiled test_commands
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 3_auto
transpiled 2_squashed_3
transpiled 4_auto
transpiled 1_squashed_2
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled __init__
transpiled ab
transpiled a
transpiled 0001_initial
transpiled __init__
transpiled 0003_third
transpiled 0001_squashed_0002
transpiled 0002_second
transpiled __init__
transpiled 7_auto
transpiled 5_auto
transpiled 3_squashed_5
transpiled 2_auto
transpiled 1_auto
transpiled 6_auto
transpiled 3_auto
transpiled 4_auto
transpiled __init__
transpiled 0001
transpiled 0001_initial
transpiled __init__
transpiled _util
transpiled ~util
transpiled util
transpiled 0001_initial
transpiled __init__
transpiled 0001_squashed_0002
transpiled 0002_second
transpiled __init__
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 3_auto
transpiled 2_squashed_3
transpiled 4_auto
transpiled 1_squashed_2
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled file
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_initial
transpiled __init__
transpiled 0001_not_initial
transpiled 0001_initial
transpiled 0002_conflicting_second_migration_with_long_name
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0003_third
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_second
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_b2
transpiled 0003_b3
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_alter_id
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled 0004_a4
transpiled __init__
transpiled 0002_a2
transpiled 0003_a3
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_c2
transpiled 0003_c3
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_add_field
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0003_third
transpiled 0004_fourth
transpiled 0005_fifth
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_remove_ipaddressfield_ip
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 7_auto
transpiled 3_squashed_5
transpiled 2_auto
transpiled 1_auto
transpiled 6_auto
transpiled 0001_initial
transpiled __init__
transpiled 0003_third
transpiled 0002_second
transpiled thefirst
transpiled __init__
transpiled second
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled test_command
transpiled models
transpiled __init__
transpiled fields
transpiled test_logging
transpiled tests
transpiled test_settings
transpiled __init__
transpiled views
transpiled urls
transpiled models
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled test_security
transpiled __init__
transpiled views
transpiled cond_get_urls
transpiled urls
transpiled extra_urls
transpiled tests
transpiled models
transpiled test_http
transpiled __init__
transpiled test_https
transpiled test_generic
transpiled test_utils
transpiled test_management
transpiled base
transpiled empty
transpiled __init__
transpiled https
transpiled http
transpiled index_only
transpiled __init__
transpiled tests
transpiled models
transpiled __init__
transpiled tests
transpiled test_conditional_content_removal
transpiled auth_backends
transpiled __init__
transpiled views
transpiled urls_middleware_urlconf
transpiled test_fakepayload
transpiled urls
transpiled tests
transpiled __init__
transpiled test_validation_error
transpiled manage_translations
Total of 2713 files transpiled
List(/tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/_ext/djangodocs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/tz/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/static/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/config/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/tree/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/functional/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/html/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/xmlutils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/duration/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/itercompat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deconstruct/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/_os/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/asyncio/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/archive/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/version/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/log/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/text/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/connection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/template/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/reloader/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_real/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_null/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/python/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/json/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/temp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/move/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadedfile/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/locks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/images/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/exception/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/paginator/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/console/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/message/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/testserver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/flush/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/shell/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startapp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/check/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/migrate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/test/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/color/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/sql/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/redis/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/files/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/database/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/caches/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/translation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/messages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/sessions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signing/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/engine/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/app_directories/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/filesystem/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/cached/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/django/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/library/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/response/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaulttags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaultfilters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/request/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/multipartparser/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/response/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/managers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/requests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/cached_db/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/measure/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/raster/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/base_user/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/api/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/filters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/actions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/helpers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/main/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/search/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/options/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/enums/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/deletion/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/query/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/files/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/json/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/manager/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/query_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/math/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/comparison/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/window/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/text/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/datetime/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/where/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/query/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/migration/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/state/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/special/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/graph/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/recorder/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/executor/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/writer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/boundfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/html/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/testcases/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/selenium/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/vary/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/common/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/edit/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/detail/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/static/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/static/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/global_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/dispatcher/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/security/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/common/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_yaml/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_xml/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/natural/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/data/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_natural/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/base_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/fake_client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/specific_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/one_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/one_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/no_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/namespace_package_base/nsapp/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/decorators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/files/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_origin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_custom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_parser/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_response/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/timezone_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_context/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_engine/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_library/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/reverse_lazy_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_app_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/no_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_inner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/method_view_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nested_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_without_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views_broken/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_outer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/erroneous_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/import_error_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/no_slash_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/tests_custom_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/test_exception/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/default_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/regression_21530_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/custom_has_permission_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/customadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/custombackend/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/more_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/converter_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_same_name_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/test_resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_base64_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_dynamic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/settings_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/settings_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/pattern_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/databases/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/test_detail/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/test_dates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/test_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/test_edit/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/builtin_server/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/builtin_server/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/builtin_server/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/builtin_server/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/introspection/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/introspection/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/introspection/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bulk_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bulk_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bulk_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/test_percents/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/sampleproject/sampleproject/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/sampleproject/sampleproject/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/sampleproject/manage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/sampleproject/update_catalogs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/territorial_fallback/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/project_dir/app_with_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/project_dir/app_with_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/project_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/project_dir/app_no_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/project_dir/app_no_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/loading_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/loading_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/test_extraction/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/urls_default_unprefixed/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/test_compilation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/disabled/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/path_unused/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/wrong/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/wrong_namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/urls/included/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/patterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/resolution/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/contenttypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/exclude/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other2/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other2/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other2/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/i18n/other2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_default_site/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_default_site/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_default_site/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_default_site/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/resolve_url/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/resolve_url/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/resolve_url/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/resolve_url/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_case/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_case/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_case/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty_models/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/filtered_relation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/filtered_relation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transaction_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transaction_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transaction_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inline_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inline_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inline_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_or_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_or_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_or_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/managers_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/managers_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/managers_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/redirects_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/redirects_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/redirects_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one_null/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_one_null/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_meta/results/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_meta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_meta/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_meta/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/closeable_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/tests_async/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/liberal_backend/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/cache/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_enums/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_enums/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/runtests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/version/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/version/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/modeladmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/modeladmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/modeladmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dates/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dates/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/session/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client_regress/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_columns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_columns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_columns/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_forms/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/defer/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_iterator/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_contains/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_db_returning/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_q/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_query/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/test_explain/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_utils/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/app1/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_model_inheritance/app2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/raw_query/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/raw_query/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/raw_query/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/max_lengths/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/max_lengths/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/max_lengths/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrate_signals/custom_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrate_signals/custom_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrate_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrate_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrate_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_loader/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_loader/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/absolute_url_overrides/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/absolute_url_overrides/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/unmanaged_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/unmanaged_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/unmanaged_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/foreign_object/models/person/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2o_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_and_m2o/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_and_m2o/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_and_m2o/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_api/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_session/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/messages_tests/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_filters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_filters/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_filters/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/save_delete_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/save_delete_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/save_delete_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/templatetags/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_input_formats/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_deprecation_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_media/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/tests/test_widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_regexfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_combofield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_multiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_urlfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_uuidfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/a/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/h/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/j/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/b/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/g/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/e/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/d/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_splitdatetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_datefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_choicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_typedchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_nullbooleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_emailfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_typedmultiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_multivaluefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/field_tests/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_radioselect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_timeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_hiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_numberinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_dateinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_selectdatewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_textarea/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_multiplehiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_checkboxselectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_textinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_clearablefileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_checkboxinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_selectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_datetimeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_fileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_multiwidget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_select/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_passwordinput/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_nullbooleanselect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_input/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_splithiddendatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/widget_tests/test_splitdatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/forms_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2_no_deps/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2_no_deps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2_first/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations2/test_migrations_2_first/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/from_db_value/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/from_db_value/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/from_db_value/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_package/models/publication/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_package/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_regress/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_regress/test_pickle/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_text/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_html/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/utils_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/responses/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/responses/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/responses/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/str/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/str/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/str/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/string_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/string_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/string_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/importerror/templatetags/broken_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/importerror/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/importerror/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/override/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/good_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/apps/good/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/test_dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/test_jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_backends/test_django/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_managers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_managers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_managers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/test_basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/prefetch_related/test_prefetch_related_objects/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/prefetch_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/prefetch_related/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/prefetch_related/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/prefetch_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_registration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_registration/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_registration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mutually_referential/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mutually_referential/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_utils/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_promises/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through_regress/test_multitable/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_through_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/test_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/test_picklable/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/validation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/app_loading/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/app_loading/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/app_loading/not_installed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/app_loading/not_installed/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/client/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_methods/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_methods/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_methods/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/async/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/async/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/async/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update_only_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/update_only_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_defaults/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_defaults/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_defaults/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_object_or_404/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/get_object_or_404/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/annotations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/annotations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/annotations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/logging_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/pagination/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/pagination/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/pagination/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/pagination/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/test_parallel/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/test_debug_sql/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/test_shuffler/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner/test_discover_runner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/csrf_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/csrf_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/csrf_tests/csrf_token_error_handler_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/csrf_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/csrf_tests/test_context_processor/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/no_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/constraints/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/constraints/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/constraints/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/known_related_objects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/known_related_objects/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/known_related_objects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datatypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datatypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datatypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_subclassing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_subclassing/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_subclassing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_models/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/proxy_models/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/basic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/basic/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/basic/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sessions_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sessions_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_storage/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_storage/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_storage/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transactions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transactions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/transactions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/or_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/or_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/or_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reserved_names/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reserved_names/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reserved_names/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datetimes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datetimes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/datetimes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_caches/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_database/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_translation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_files/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/extra_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/extra_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/extra_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/asgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/asgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/asgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_typecasts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/requests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/requests/test_accept_header/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/requests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/requests/test_data_upload_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/swappable_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/swappable_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/swappable_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/test_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/lookup/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/context_processors/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/context_processors/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/context_processors/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/context_processors/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/context_processors/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/humanize_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dispatch/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_multiple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_multiple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_multiple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/gis_tests/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_writer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_executor/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_loader/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_graph/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/one_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/one_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/one_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bash_completion/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/bash_completion/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/schema/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/schema/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/schema/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/schema/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/schema/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/project_template/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/project_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/project_template/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/project_template/test_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/reverse_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/cond_get_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/middleware/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/httpwrappers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/httpwrappers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_window/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions_window/models/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_client/views/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/setup/genUnsupportedEO, /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/scripts/manage_translations/genUnsupportedEO)
checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/_ext/djangodocs/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 37 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 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.2/parent-0.57.2.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): 25/63 kB
Progress (1): 29/63 kB
Progress (1): 33/63 kB
Progress (1): 37/63 kB
Progress (1): 41/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.7 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 235 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): 25/92 kB
Progress (1): 29/92 kB
Progress (1): 33/92 kB
Progress (1): 37/92 kB
Progress (1): 41/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): 66/92 kB
Progress (1): 70/92 kB
Progress (1): 74/92 kB
Progress (1): 78/92 kB
Progress (1): 82/92 kB
Progress (1): 86/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 2.6 MB/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 567 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 1.1 MB/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 353 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 400 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 464 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 540 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 499 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 627 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): 24/30 kB
Progress (1): 28/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 35 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 473 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): 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.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 219 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 121 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 304 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.1 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 257 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 278 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): 24/59 kB
Progress (1): 28/59 kB
Progress (1): 32/59 kB
Progress (1): 36/59 kB
Progress (1): 40/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 1.6 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 146 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 643 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 441 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): 25/74 kB
Progress (1): 29/74 kB
Progress (1): 33/74 kB
Progress (1): 37/74 kB
Progress (1): 41/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): 66/74 kB
Progress (1): 70/74 kB
Progress (1): 74/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 2.7 MB/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 168 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): 2.3/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 571 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 238 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 90 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): 25/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.2 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 511 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): 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/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom (41 kB at 1.6 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 504 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 271 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): 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.0/parent-0.51.0.pom (62 kB at 2.2 MB/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): 24/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 1.1 MB/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 196 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 552 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): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/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.4 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 294 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/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): 24/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 120 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 232 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 133 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 138 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 441 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 141 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 67 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 97 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 161 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 173 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 64 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 906 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 156 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 211 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 202 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 628 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 577 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 806 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 433 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 536 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 56 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 255 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 134 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 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 268 kB/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 140 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 527 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-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 428 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 224 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.1 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.6 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 108 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 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Progress (1): 2.6 kB

Downloaded from 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.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (0 B at 0 B/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 105 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 117 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 245 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 146 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 183 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 402 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 582 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 228 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 102 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 726 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 106 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 108 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 180 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 591 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 775 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 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
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 750 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 126 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): 25/63 kB
Progress (1): 29/63 kB
Progress (1): 33/63 kB
Progress (1): 37/63 kB
Progress (1): 41/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 334 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): 25/32 kB
Progress (1): 29/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 680 kB/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 167 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/105 kB
Progress (1): 8.2/105 kB
Progress (1): 12/105 kB
Progress (1): 16/105 kB
Progress (1): 20/105 kB
Progress (1): 24/105 kB
Progress (1): 28/105 kB
Progress (1): 32/105 kB
Progress (1): 36/105 kB
Progress (1): 40/105 kB
Progress (1): 45/105 kB
Progress (1): 49/105 kB
Progress (1): 53/105 kB
Progress (1): 57/105 kB
Progress (1): 61/105 kB
Progress (1): 65/105 kB
Progress (1): 69/105 kB
Progress (1): 73/105 kB
Progress (1): 77/105 kB
Progress (1): 81/105 kB
Progress (1): 85/105 kB
Progress (1): 90/105 kB
Progress (1): 94/105 kB
Progress (1): 98/105 kB
Progress (1): 102/105 kB
Progress (1): 105 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 3.2 MB/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): 24/60 kB
Progress (1): 28/60 kB
Progress (2): 28/60 kB | 2.7/25 kB
Progress (2): 32/60 kB | 2.7/25 kB
Progress (2): 32/60 kB | 5.5/25 kB
Progress (2): 32/60 kB | 8.2/25 kB
Progress (2): 32/60 kB | 11/25 kB
Progress (2): 32/60 kB | 14/25 kB
Progress (2): 36/60 kB | 14/25 kB
Progress (2): 36/60 kB | 16/25 kB
Progress (2): 40/60 kB | 16/25 kB
Progress (2): 45/60 kB | 16/25 kB
Progress (2): 45/60 kB | 19/25 kB
Progress (2): 49/60 kB | 19/25 kB
Progress (3): 49/60 kB | 19/25 kB | 2.7/12 kB
Progress (3): 49/60 kB | 19/25 kB | 5.5/12 kB
Progress (3): 53/60 kB | 19/25 kB | 5.5/12 kB
Progress (3): 53/60 kB | 19/25 kB | 8.2/12 kB
Progress (3): 53/60 kB | 22/25 kB | 8.2/12 kB
Progress (3): 53/60 kB | 22/25 kB | 11/12 kB
Progress (3): 57/60 kB | 22/25 kB | 11/12 kB
Progress (3): 57/60 kB | 22/25 kB | 12 kB
Progress (3): 57/60 kB | 25/25 kB | 12 kB
Progress (3): 60 kB | 25/25 kB | 12 kB
Progress (3): 60 kB | 25 kB | 12 kB
Progress (4): 60 kB | 25 kB | 12 kB | 0/5.0 MB
Progress (4): 60 kB | 25 kB | 12 kB | 0.1/5.0 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar
Progress (3): 60 kB | 25 kB | 0.1/5.0 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar (25 kB at 407 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar (60 kB at 935 kB/s)
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 (1): 0.1/5.0 MB
Progress (1): 0.1/5.0 MB
Progress (1): 0.2/5.0 MB
Progress (1): 0.2/5.0 MB
Progress (1): 0.2/5.0 MB
Progress (1): 0.2/5.0 MB
Progress (2): 0.2/5.0 MB | 4.1/667 kB
Progress (2): 0.2/5.0 MB | 8.2/667 kB
Progress (2): 0.2/5.0 MB | 12/667 kB
Progress (2): 0.2/5.0 MB | 16/667 kB
Progress (2): 0.2/5.0 MB | 20/667 kB
Progress (2): 0.2/5.0 MB | 25/667 kB
Progress (2): 0.2/5.0 MB | 29/667 kB
Progress (2): 0.2/5.0 MB | 33/667 kB
Progress (2): 0.2/5.0 MB | 37/667 kB
Progress (2): 0.2/5.0 MB | 41/667 kB
Progress (2): 0.2/5.0 MB | 45/667 kB
Progress (2): 0.2/5.0 MB | 49/667 kB
Progress (2): 0.3/5.0 MB | 49/667 kB
Progress (2): 0.3/5.0 MB | 53/667 kB
Progress (2): 0.3/5.0 MB | 57/667 kB
Progress (2): 0.3/5.0 MB | 61/667 kB
Progress (2): 0.3/5.0 MB | 66/667 kB
Progress (2): 0.3/5.0 MB | 66/667 kB
Progress (2): 0.3/5.0 MB | 66/667 kB
Progress (2): 0.3/5.0 MB | 66/667 kB
Progress (3): 0.3/5.0 MB | 66/667 kB | 2.7/330 kB
Progress (3): 0.3/5.0 MB | 66/667 kB | 5.5/330 kB
Progress (3): 0.3/5.0 MB | 66/667 kB | 8.2/330 kB
Progress (3): 0.3/5.0 MB | 66/667 kB | 11/330 kB
Progress (3): 0.3/5.0 MB | 66/667 kB | 14/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 14/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 16/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 20/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 24/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 24/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 28/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 32/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 36/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 40/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 45/330 kB
Progress (3): 0.4/5.0 MB | 66/667 kB | 49/330 kB
Progress (4): 0.4/5.0 MB | 66/667 kB | 49/330 kB | 4.1/259 kB
Progress (4): 0.4/5.0 MB | 66/667 kB | 49/330 kB | 8.2/259 kB
Progress (4): 0.4/5.0 MB | 66/667 kB | 49/330 kB | 12/259 kB
Progress (4): 0.4/5.0 MB | 66/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 66/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 70/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 74/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 78/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 82/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 82/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 86/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 90/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 94/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.4/5.0 MB | 98/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 98/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 102/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 106/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 111/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 115/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 115/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 119/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 123/667 kB | 49/330 kB | 16/259 kB
Progress (4): 0.5/5.0 MB | 123/667 kB | 49/330 kB | 20/259 kB
Progress (4): 0.5/5.0 MB | 123/667 kB | 53/330 kB | 20/259 kB
Progress (4): 0.5/5.0 MB | 123/667 kB | 53/330 kB | 20/259 kB
Progress (4): 0.5/5.0 MB | 127/667 kB | 53/330 kB | 20/259 kB
Progress (4): 0.5/5.0 MB | 127/667 kB | 57/330 kB | 20/259 kB
Progress (4): 0.5/5.0 MB | 127/667 kB | 57/330 kB | 25/259 kB
Progress (4): 0.5/5.0 MB | 127/667 kB | 61/330 kB | 25/259 kB
Progress (4): 0.5/5.0 MB | 131/667 kB | 61/330 kB | 25/259 kB
Progress (4): 0.5/5.0 MB | 131/667 kB | 65/330 kB | 25/259 kB
Progress (4): 0.5/5.0 MB | 131/667 kB | 65/330 kB | 29/259 kB
Progress (4): 0.5/5.0 MB | 131/667 kB | 65/330 kB | 29/259 kB
Progress (4): 0.5/5.0 MB | 135/667 kB | 65/330 kB | 29/259 kB
Progress (4): 0.5/5.0 MB | 135/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 139/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 143/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 147/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 147/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 152/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 156/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 160/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.5/5.0 MB | 164/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 164/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 168/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 172/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 176/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB
Progress (4): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB
Progress (5): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.6/5.0 MB | 180/667 kB | 65/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.6/5.0 MB | 180/667 kB | 69/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 69/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 73/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 77/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 33/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 37/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 41/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 45/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 49/259 kB | 0/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 49/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 53/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 57/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 61/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 81/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 85/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 90/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 94/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 180/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 184/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 184/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 188/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 193/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 197/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 197/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 197/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 201/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 205/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 209/667 kB | 98/330 kB | 66/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 209/667 kB | 98/330 kB | 70/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 209/667 kB | 98/330 kB | 70/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 213/667 kB | 98/330 kB | 70/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 213/667 kB | 98/330 kB | 74/259 kB | 0.1/3.5 MB
Progress (5): 0.7/5.0 MB | 213/667 kB | 98/330 kB | 78/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 213/667 kB | 98/330 kB | 78/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 217/667 kB | 98/330 kB | 78/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 217/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 221/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 225/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 225/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 229/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 233/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 238/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 242/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 246/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 250/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 254/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 258/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 262/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 266/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 270/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 274/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 279/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 283/667 kB | 98/330 kB | 82/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 283/667 kB | 98/330 kB | 86/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 287/667 kB | 98/330 kB | 86/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 287/667 kB | 98/330 kB | 90/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 291/667 kB | 98/330 kB | 90/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 291/667 kB | 98/330 kB | 94/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 295/667 kB | 98/330 kB | 94/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 295/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 299/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 303/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 307/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 311/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 311/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 315/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 319/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 324/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 328/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 332/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 336/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 340/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 344/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 348/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 352/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 356/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 360/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 360/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 365/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 369/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 373/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 377/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 381/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 385/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 389/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 389/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 393/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 397/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 401/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 406/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 410/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 414/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 418/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 422/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 426/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 430/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 434/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 438/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 442/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 442/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 442/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 98/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 102/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 106/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 110/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 98/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 102/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 106/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 111/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 115/259 kB | 0.1/3.5 MB
Progress (5): 0.9/5.0 MB | 442/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 446/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 451/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 451/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 455/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 459/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 459/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 459/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 463/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 467/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 0.9/5.0 MB | 471/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 471/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 475/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 479/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 483/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 483/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 487/667 kB | 114/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 487/667 kB | 118/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 492/667 kB | 118/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 492/667 kB | 122/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 492/667 kB | 122/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 492/667 kB | 126/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 492/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 496/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 500/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 504/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 508/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 512/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 516/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 520/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 524/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 524/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 528/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 532/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 537/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 541/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 541/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 545/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 549/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 553/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 557/667 kB | 131/330 kB | 115/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 557/667 kB | 131/330 kB | 119/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 557/667 kB | 131/330 kB | 123/259 kB | 0.2/3.5 MB
Progress (5): 1.0/5.0 MB | 557/667 kB | 131/330 kB | 127/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 557/667 kB | 131/330 kB | 127/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 557/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 561/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 561/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 565/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 569/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 573/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 578/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 582/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 582/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 585/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 585/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 589/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 593/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 597/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 601/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 601/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 605/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 609/667 kB | 131/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 609/667 kB | 135/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 613/667 kB | 135/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 613/667 kB | 139/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 617/667 kB | 139/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 617/667 kB | 143/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 617/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 617/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 622/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 622/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 626/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 630/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.1/5.0 MB | 634/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 131/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 135/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 139/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 143/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 147/259 kB | 0.2/3.5 MB
Progress (5): 1.2/5.0 MB | 634/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 638/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 642/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 646/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 650/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 654/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 658/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 663/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667/667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 147/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 151/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 151/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 155/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 159/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 147/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 152/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 156/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 160/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 160/259 kB | 0.3/3.5 MB
Progress (5): 1.2/5.0 MB | 667 kB | 163/330 kB | 164/259 kB | 0.3/3.5 MB
Progress (5): 1.3/5.0 MB | 667 kB | 163/330 kB | 164/259 kB | 0.3/3.5 MB
Progress (5): 1.3/5.0 MB | 667 kB | 163/330 kB | 164/259 kB | 0.3/3.5 MB

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.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
Progress (4): 1.3/5.0 MB | 163/330 kB | 164/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 164/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 164/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 168/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 172/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 172/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 172/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 163/330 kB | 176/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 167/330 kB | 176/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 167/330 kB | 180/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 171/330 kB | 180/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 176/330 kB | 180/259 kB | 0.3/3.5 MB
Progress (4): 1.3/5.0 MB | 180/330 kB | 180/259 kB | 0.3/3.5 MB
Progress (4): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.3/3.5 MB
Progress (4): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB
Progress (4): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 4.1/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 4.1/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 8.2/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 12/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 16/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 16/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 20/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 24/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 28/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 180/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 184/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 188/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 193/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 180/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 184/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 188/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 192/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 32/60 kB
Progress (5): 1.4/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 36/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 36/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 40/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 45/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 49/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 53/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 57/60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 197/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 201/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 205/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 209/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 213/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 213/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 196/330 kB | 213/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 200/330 kB | 213/259 kB | 0.4/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 200/330 kB | 213/259 kB | 0.5/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 204/330 kB | 213/259 kB | 0.5/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 208/330 kB | 213/259 kB | 0.5/3.5 MB | 60 kB
Progress (5): 1.5/5.0 MB | 212/330 kB | 213/259 kB | 0.5/3.5 MB | 60 kB
Progress (5): 1.6/5.0 MB | 212/330 kB | 213/259 kB | 0.5/3.5 MB | 60 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
Progress (4): 1.6/5.0 MB | 212/330 kB | 217/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 217/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 221/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 225/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 212/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 217/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 217/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 221/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 225/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 229/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 233/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 238/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 242/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB
Progress (4): 1.6/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB
Progress (4): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 4.1/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 8.2/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 12/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 16/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 16/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 20/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 25/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 29/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 33/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 33/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 33/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 246/259 kB | 0.5/3.5 MB | 37/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 250/259 kB | 0.5/3.5 MB | 37/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 250/259 kB | 0.5/3.5 MB | 41/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 254/259 kB | 0.5/3.5 MB | 41/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 254/259 kB | 0.5/3.5 MB | 45/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 258/259 kB | 0.5/3.5 MB | 45/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 258/259 kB | 0.5/3.5 MB | 49/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 49/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 49/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 49/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 53/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 57/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 61/338 kB
Progress (5): 1.7/5.0 MB | 229/330 kB | 259 kB | 0.5/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 233/330 kB | 259 kB | 0.5/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 237/330 kB | 259 kB | 0.5/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 241/330 kB | 259 kB | 0.5/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.5/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 66/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 70/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 74/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 78/338 kB
Progress (5): 1.7/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 82/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 82/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 86/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 90/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 94/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 98/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 98/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 98/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 102/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 106/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 111/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 245/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 249/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 253/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 257/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 262/330 kB | 259 kB | 0.6/3.5 MB | 115/338 kB
Progress (5): 1.8/5.0 MB | 262/330 kB | 259 kB | 0.6/3.5 MB | 119/338 kB

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 682 kB/s)
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 123/338 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 127/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 131/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 131/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 131/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 135/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 139/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 143/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 147/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 147/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 152/338 kB
Progress (4): 1.8/5.0 MB | 262/330 kB | 0.6/3.5 MB | 156/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 156/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 160/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 164/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 164/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 168/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 168/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 172/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 176/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 180/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 184/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 188/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 193/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 262/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 266/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 266/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 270/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 274/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 197/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 201/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 205/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 209/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.6/3.5 MB | 213/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.7/3.5 MB | 213/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.7/3.5 MB | 217/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.7/3.5 MB | 221/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.7/3.5 MB | 225/338 kB
Progress (4): 1.9/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB
Progress (4): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB
Progress (5): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB | 4.1/341 kB
Progress (5): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB | 8.2/341 kB
Progress (5): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB | 12/341 kB
Progress (5): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 278/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 282/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 286/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 290/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 229/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 233/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 238/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 242/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 294/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 298/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 303/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 307/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 311/330 kB | 0.7/3.5 MB | 246/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 311/330 kB | 0.7/3.5 MB | 250/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 311/330 kB | 0.7/3.5 MB | 254/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 311/330 kB | 0.7/3.5 MB | 254/338 kB | 16/341 kB
Progress (5): 2.0/5.0 MB | 311/330 kB | 0.7/3.5 MB | 254/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 254/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 254/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 258/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 258/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 262/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 266/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 270/338 kB | 16/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 270/338 kB | 20/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 270/338 kB | 25/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 274/338 kB | 25/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 274/338 kB | 29/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 279/338 kB | 29/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 279/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 283/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.7/3.5 MB | 287/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 287/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 291/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 295/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 299/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 303/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 307/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 311/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 315/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 319/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 319/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 324/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 328/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 332/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 336/338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 338 kB | 33/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 338 kB | 37/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 338 kB | 41/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 338 kB | 45/341 kB
Progress (5): 2.1/5.0 MB | 311/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 315/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 315/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 319/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 319/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 323/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 327/330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.1/5.0 MB | 330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.2/5.0 MB | 330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.2/5.0 MB | 330 kB | 0.8/3.5 MB | 338 kB | 49/341 kB
Progress (5): 2.2/5.0 MB | 330 kB | 0.8/3.5 MB | 338 kB | 49/341 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 736 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 (4): 2.2/5.0 MB | 330 kB | 0.8/3.5 MB | 49/341 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar (330 kB at 712 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): 2.2/5.0 MB | 0.8/3.5 MB | 53/341 kB
Progress (3): 2.2/5.0 MB | 0.8/3.5 MB | 53/341 kB
Progress (3): 2.2/5.0 MB | 0.8/3.5 MB | 57/341 kB
Progress (3): 2.2/5.0 MB | 0.8/3.5 MB | 61/341 kB
Progress (3): 2.2/5.0 MB | 0.8/3.5 MB | 66/341 kB
Progress (3): 2.2/5.0 MB | 0.8/3.5 MB | 66/341 kB
Progress (3): 2.2/5.0 MB | 0.9/3.5 MB | 66/341 kB
Progress (3): 2.2/5.0 MB | 0.9/3.5 MB | 66/341 kB
Progress (3): 2.2/5.0 MB | 0.9/3.5 MB | 66/341 kB
Progress (3): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB
Progress (3): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB | 4.1/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB | 8.2/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB | 12/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 66/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 70/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 70/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 74/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 78/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 16/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 20/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 20/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 24/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 28/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB
Progress (4): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB | 4.1/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB | 8.2/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB | 12/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 32/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 36/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 36/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 40/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 45/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 49/51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 51 kB | 16/59 kB
Progress (5): 2.3/5.0 MB | 0.9/3.5 MB | 82/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 0.9/3.5 MB | 82/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 82/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 86/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 90/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 94/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 16/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 20/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 25/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 29/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 29/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 33/59 kB
Progress (5): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 51 kB | 33/59 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 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 33/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 98/341 kB | 33/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 102/341 kB | 33/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 102/341 kB | 37/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 106/341 kB | 37/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 106/341 kB | 41/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 111/341 kB | 41/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 111/341 kB | 45/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 45/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 49/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 49/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 49/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 53/59 kB
Progress (4): 2.4/5.0 MB | 1.0/3.5 MB | 115/341 kB | 57/59 kB
Progress (4): 2.5/5.0 MB | 1.0/3.5 MB | 115/341 kB | 57/59 kB
Progress (4): 2.5/5.0 MB | 1.0/3.5 MB | 115/341 kB | 59 kB
Progress (4): 2.5/5.0 MB | 1.0/3.5 MB | 115/341 kB | 59 kB
Progress (4): 2.5/5.0 MB | 1.0/3.5 MB | 115/341 kB | 59 kB
Progress (4): 2.5/5.0 MB | 1.1/3.5 MB | 115/341 kB | 59 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 115/341 kB | 59 kB | 4.1/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 115/341 kB | 59 kB | 8.2/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 115/341 kB | 59 kB | 12/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 115/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 119/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 123/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 127/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 16/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 20/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 25/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 29/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 33/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 33/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 37/40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 59 kB | 40 kB
Progress (5): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 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 110 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 (4): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 40 kB
Progress (4): 2.5/5.0 MB | 1.1/3.5 MB | 131/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 131/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 135/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 139/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 143/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 147/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 147/341 kB | 40 kB
Progress (4): 2.6/5.0 MB | 1.1/3.5 MB | 147/341 kB | 40 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 73 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): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB
Progress (3): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB
Progress (3): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB | 4.1/7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 147/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 152/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 156/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 160/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.6/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 164/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 168/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 172/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 176/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 7.9 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 7.9 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 14 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): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 4.1/47 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 8.2/47 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 12/47 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 2.7/5.0 MB | 1.2/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 20/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 24/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 24/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 28/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 32/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 32/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 36/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 40/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 45/47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 180/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 184/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 188/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 193/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (4): 2.7/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (4): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (4): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (4): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB | 4.1/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB | 8.2/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB | 12/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 197/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 201/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 205/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 205/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 209/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 213/341 kB | 47 kB | 16/58 kB
Progress (5): 2.8/5.0 MB | 1.3/3.5 MB | 213/341 kB | 47 kB | 16/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 80 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.8/5.0 MB | 1.3/3.5 MB | 213/341 kB | 16/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 16/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 20/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 25/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 25/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 29/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 29/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 213/341 kB | 33/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 217/341 kB | 33/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 221/341 kB | 33/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 225/341 kB | 33/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 229/341 kB | 33/58 kB
Progress (4): 2.8/5.0 MB | 1.4/3.5 MB | 229/341 kB | 33/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 229/341 kB | 33/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 229/341 kB | 33/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 229/341 kB | 33/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 229/341 kB | 37/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 233/341 kB | 37/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 233/341 kB | 41/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 238/341 kB | 41/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 238/341 kB | 45/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 242/341 kB | 45/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 242/341 kB | 49/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB
Progress (4): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 4.1/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 8.2/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 12/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 49/58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 53/58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 57/58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 58 kB | 16/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 58 kB | 20/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 58 kB | 25/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 58 kB | 29/205 kB
Progress (5): 2.9/5.0 MB | 1.4/3.5 MB | 246/341 kB | 58 kB | 33/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 33/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 33/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 37/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 41/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 45/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 246/341 kB | 58 kB | 49/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 250/341 kB | 58 kB | 49/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 254/341 kB | 58 kB | 49/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 258/341 kB | 58 kB | 49/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 49/205 kB
Progress (5): 2.9/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 49/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 49/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 53/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 57/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 61/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 66/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 66/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 70/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 74/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 78/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 78/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 82/205 kB
Progress (5): 3.0/5.0 MB | 1.5/3.5 MB | 262/341 kB | 58 kB | 82/205 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 91 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 (4): 3.0/5.0 MB | 1.5/3.5 MB | 266/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 270/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 274/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 82/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 86/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 90/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 94/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 98/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 98/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 98/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 102/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 106/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 111/205 kB
Progress (4): 3.0/5.0 MB | 1.5/3.5 MB | 279/341 kB | 115/205 kB
Progress (4): 3.0/5.0 MB | 1.6/3.5 MB | 279/341 kB | 115/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 115/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 119/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 119/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 123/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 127/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 279/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 283/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 287/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 291/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 131/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 135/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 139/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 143/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 147/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 147/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 147/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 147/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 152/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 156/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 160/205 kB
Progress (4): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 164/205 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 164/205 kB | 4.1/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 164/205 kB | 8.2/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 164/205 kB | 12/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 295/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 299/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 303/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 303/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 307/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 164/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 168/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 172/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 176/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 180/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 180/205 kB | 16/262 kB
Progress (5): 3.1/5.0 MB | 1.6/3.5 MB | 311/341 kB | 180/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.6/3.5 MB | 311/341 kB | 180/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 180/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 184/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 188/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 193/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 197/205 kB | 16/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 197/205 kB | 20/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 197/205 kB | 25/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 197/205 kB | 29/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 197/205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 311/341 kB | 201/205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 315/341 kB | 201/205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 315/341 kB | 205/205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 319/341 kB | 205/205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 319/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 324/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 328/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 332/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 336/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 340/341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 33/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 37/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 41/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 45/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 49/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 49/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 49/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 49/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 53/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 57/262 kB
Progress (5): 3.2/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 61/262 kB
Progress (5): 3.3/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 61/262 kB
Progress (5): 3.3/5.0 MB | 1.7/3.5 MB | 341 kB | 205 kB | 66/262 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 294 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): 3.3/5.0 MB | 1.8/3.5 MB | 341 kB | 66/262 kB
Progress (4): 3.3/5.0 MB | 1.8/3.5 MB | 341 kB | 66/262 kB
Progress (4): 3.3/5.0 MB | 1.8/3.5 MB | 341 kB | 66/262 kB
Progress (4): 3.3/5.0 MB | 1.8/3.5 MB | 341 kB | 66/262 kB
Progress (4): 3.3/5.0 MB | 1.8/3.5 MB | 341 kB | 70/262 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar (341 kB at 481 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): 3.3/5.0 MB | 1.8/3.5 MB | 74/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 74/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 78/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 82/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 82/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 82/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 82/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 86/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 90/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 94/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 98/262 kB
Progress (3): 3.3/5.0 MB | 1.8/3.5 MB | 98/262 kB
Progress (3): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 4.1/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 8.2/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 12/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 16/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 16/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 16/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 20/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 24/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 28/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 98/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 102/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 106/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 111/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.8/3.5 MB | 115/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 32/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 36/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 36/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 40/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 45/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 49/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 49/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 53/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 57/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 61/215 kB
Progress (4): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB | 4.1/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB | 4.1/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB | 8.2/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB | 12/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 115/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 119/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 123/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 127/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 131/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 131/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 135/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 139/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 143/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 147/262 kB | 65/215 kB | 16/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 147/262 kB | 65/215 kB | 20/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 147/262 kB | 65/215 kB | 25/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 147/262 kB | 65/215 kB | 29/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 147/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 152/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.4/5.0 MB | 1.9/3.5 MB | 156/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 156/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 160/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 65/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 69/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 73/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 77/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 81/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 85/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 85/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 90/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 94/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 98/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 1.9/3.5 MB | 164/262 kB | 98/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 33/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 37/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 41/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 45/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 164/262 kB | 98/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 168/262 kB | 98/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 168/262 kB | 102/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 172/262 kB | 102/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 172/262 kB | 106/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 176/262 kB | 106/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 176/262 kB | 110/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 110/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 114/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 118/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 122/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 126/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 49/634 kB
Progress (5): 3.5/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 49/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 49/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 53/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 57/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 61/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 131/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 135/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 139/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 143/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 180/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 184/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 188/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 188/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 193/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 147/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 151/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 155/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 159/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 66/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 70/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 74/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 78/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 163/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 167/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 171/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 176/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 197/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.0/3.5 MB | 201/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 201/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 205/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 209/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 82/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 86/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 90/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 94/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 180/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 184/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 188/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 192/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 213/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 217/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 221/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 225/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 229/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.6/5.0 MB | 2.1/3.5 MB | 229/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 196/215 kB | 98/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 200/215 kB | 98/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 200/215 kB | 102/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 204/215 kB | 102/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 204/215 kB | 106/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 208/215 kB | 106/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 208/215 kB | 111/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 212/215 kB | 111/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 212/215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 229/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 233/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 233/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 238/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 242/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 115/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 119/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 123/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 123/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 127/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 246/262 kB | 215 kB | 131/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 250/262 kB | 215 kB | 131/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 254/262 kB | 215 kB | 131/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 258/262 kB | 215 kB | 131/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 215 kB | 131/634 kB
Progress (5): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 215 kB | 131/634 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 262 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): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 135/634 kB
Progress (4): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 139/634 kB
Progress (4): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 143/634 kB
Progress (4): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 143/634 kB
Progress (4): 3.7/5.0 MB | 2.1/3.5 MB | 262 kB | 147/634 kB
Progress (4): 3.8/5.0 MB | 2.1/3.5 MB | 262 kB | 147/634 kB
Progress (4): 3.8/5.0 MB | 2.1/3.5 MB | 262 kB | 152/634 kB
Progress (4): 3.8/5.0 MB | 2.1/3.5 MB | 262 kB | 156/634 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 262 kB | 156/634 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 262 kB | 160/634 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 262 kB | 164/634 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 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 (3): 3.8/5.0 MB | 2.2/3.5 MB | 164/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 164/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 168/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 172/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 176/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB
Progress (3): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 4.1/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 8.2/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 12/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 180/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 184/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 188/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 193/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 16/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 20/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 24/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 28/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 32/44 kB
Progress (4): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 32/44 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 197/634 kB | 32/44 kB | 4.1/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 201/634 kB | 32/44 kB | 4.1/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 201/634 kB | 32/44 kB | 8.2/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 205/634 kB | 32/44 kB | 8.2/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 205/634 kB | 32/44 kB | 12/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 205/634 kB | 32/44 kB | 16/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 209/634 kB | 32/44 kB | 16/42 kB
Progress (5): 3.8/5.0 MB | 2.2/3.5 MB | 213/634 kB | 32/44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.2/3.5 MB | 213/634 kB | 32/44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.2/3.5 MB | 213/634 kB | 36/44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.2/3.5 MB | 213/634 kB | 40/44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.2/3.5 MB | 213/634 kB | 44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 16/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 20/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 24/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 28/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 213/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 217/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 221/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 225/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 32/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 36/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 40/42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 229/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 233/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 238/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 242/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 246/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 246/634 kB | 44 kB | 42 kB
Progress (5): 3.9/5.0 MB | 2.3/3.5 MB | 246/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 51 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): 3.9/5.0 MB | 2.3/3.5 MB | 250/634 kB | 42 kB
Progress (4): 3.9/5.0 MB | 2.3/3.5 MB | 254/634 kB | 42 kB
Progress (4): 3.9/5.0 MB | 2.3/3.5 MB | 254/634 kB | 42 kB
Progress (4): 4.0/5.0 MB | 2.3/3.5 MB | 254/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 48 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.jar
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 254/634 kB
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 258/634 kB
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 262/634 kB
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 266/634 kB
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 270/634 kB
Progress (3): 4.0/5.0 MB | 2.3/3.5 MB | 270/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 270/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 274/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 274/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 279/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 283/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 287/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 287/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 287/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 287/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 291/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 295/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 299/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB
Progress (3): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB
Progress (4): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB | 4.1/14 kB
Progress (4): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB | 8.2/14 kB
Progress (4): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB | 12/14 kB
Progress (4): 4.0/5.0 MB | 2.4/3.5 MB | 303/634 kB | 14 kB
Progress (4): 4.1/5.0 MB | 2.4/3.5 MB | 303/634 kB | 14 kB
Progress (4): 4.1/5.0 MB | 2.4/3.5 MB | 303/634 kB | 14 kB
Progress (4): 4.1/5.0 MB | 2.4/3.5 MB | 307/634 kB | 14 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 307/634 kB | 14 kB | 4.1/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 311/634 kB | 14 kB | 4.1/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 311/634 kB | 14 kB | 8.2/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 315/634 kB | 14 kB | 8.2/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 315/634 kB | 14 kB | 12/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 12/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 16/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 16/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 16/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 20/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 24/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 28/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 319/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 324/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.4/3.5 MB | 328/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 328/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 332/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 14 kB | 32/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 14 kB | 36/85 kB
Progress (5): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 14 kB | 40/85 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 16 kB/s)
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 45/85 kB

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): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 336/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 340/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 344/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 348/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 49/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 53/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 57/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 61/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 65/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 352/634 kB | 65/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 356/634 kB | 65/85 kB
Progress (4): 4.1/5.0 MB | 2.5/3.5 MB | 360/634 kB | 65/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 360/634 kB | 65/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 365/634 kB | 65/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 65/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 69/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 73/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 77/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 77/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 81/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 81/85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 369/634 kB | 85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 373/634 kB | 85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 377/634 kB | 85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 381/634 kB | 85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB
Progress (4): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB
Progress (5): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB | 4.1/27 kB
Progress (5): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB | 8.2/27 kB
Progress (5): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB | 12/27 kB
Progress (5): 4.2/5.0 MB | 2.5/3.5 MB | 385/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 385/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 385/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 389/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 393/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 397/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 16/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 20/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 24/27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 401/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 406/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 410/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 414/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 418/634 kB | 85 kB | 27 kB
Progress (5): 4.2/5.0 MB | 2.6/3.5 MB | 418/634 kB | 85 kB | 27 kB
Progress (5): 4.3/5.0 MB | 2.6/3.5 MB | 418/634 kB | 85 kB | 27 kB
Progress (5): 4.3/5.0 MB | 2.6/3.5 MB | 418/634 kB | 85 kB | 27 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 90 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 (4): 4.3/5.0 MB | 2.6/3.5 MB | 422/634 kB | 27 kB
Progress (4): 4.3/5.0 MB | 2.6/3.5 MB | 426/634 kB | 27 kB
Progress (4): 4.3/5.0 MB | 2.6/3.5 MB | 430/634 kB | 27 kB
Progress (4): 4.3/5.0 MB | 2.6/3.5 MB | 434/634 kB | 27 kB
Progress (4): 4.3/5.0 MB | 2.6/3.5 MB | 434/634 kB | 27 kB
Progress (4): 4.3/5.0 MB | 2.6/3.5 MB | 434/634 kB | 27 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 28 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 (3): 4.3/5.0 MB | 2.6/3.5 MB | 434/634 kB
Progress (3): 4.3/5.0 MB | 2.6/3.5 MB | 438/634 kB
Progress (3): 4.3/5.0 MB | 2.6/3.5 MB | 442/634 kB
Progress (3): 4.3/5.0 MB | 2.6/3.5 MB | 446/634 kB
Progress (3): 4.3/5.0 MB | 2.6/3.5 MB | 446/634 kB
Progress (3): 4.3/5.0 MB | 2.6/3.5 MB | 451/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 451/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 451/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 455/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 459/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 463/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 467/634 kB
Progress (3): 4.3/5.0 MB | 2.7/3.5 MB | 467/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 467/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 467/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 471/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 475/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 479/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB
Progress (3): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB | 4.1/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB | 8.2/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB | 12/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 483/634 kB | 16/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 487/634 kB | 16/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 492/634 kB | 16/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 496/634 kB | 16/66 kB
Progress (4): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 4.1/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 8.2/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 12/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 16/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 16/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 16/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 16/66 kB | 16/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 20/66 kB | 16/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 20/66 kB | 20/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 25/66 kB | 20/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 25/66 kB | 24/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 29/66 kB | 24/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 29/66 kB | 28/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 33/66 kB | 28/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 500/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 504/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 508/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 512/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.7/3.5 MB | 516/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 516/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 516/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 520/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 524/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 524/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 528/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 33/66 kB | 32/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 33/66 kB | 36/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 33/66 kB | 40/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 33/66 kB | 45/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 33/66 kB | 49/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 37/66 kB | 49/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 41/66 kB | 49/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 45/66 kB | 49/192 kB
Progress (5): 4.4/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 49/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 49/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 49/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 53/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 57/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 61/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 532/634 kB | 49/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 537/634 kB | 49/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 541/634 kB | 49/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 545/634 kB | 49/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 49/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 53/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 57/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 61/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 64/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 64/66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 65/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 69/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 73/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 77/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 81/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 549/634 kB | 66 kB | 81/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 553/634 kB | 66 kB | 81/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 553/634 kB | 66 kB | 85/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 557/634 kB | 66 kB | 85/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 557/634 kB | 66 kB | 90/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 557/634 kB | 66 kB | 90/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 557/634 kB | 66 kB | 94/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 561/634 kB | 66 kB | 94/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 561/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 561/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 565/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 569/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 573/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 578/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.8/3.5 MB | 582/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 98/192 kB
Progress (5): 4.5/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 102/192 kB
Progress (5): 4.5/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 106/192 kB
Progress (5): 4.6/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 106/192 kB
Progress (5): 4.6/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 110/192 kB
Progress (5): 4.6/5.0 MB | 2.9/3.5 MB | 582/634 kB | 66 kB | 114/192 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 65 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): 4.6/5.0 MB | 2.9/3.5 MB | 586/634 kB | 114/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 590/634 kB | 114/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 594/634 kB | 114/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 114/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 114/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 118/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 122/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 126/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 598/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 602/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 606/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 606/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 610/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 131/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 135/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 139/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 143/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 614/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 618/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 623/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 627/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 631/634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 147/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 151/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 155/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 155/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 159/192 kB
Progress (4): 4.6/5.0 MB | 2.9/3.5 MB | 634 kB | 163/192 kB
Progress (4): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 163/192 kB
Progress (4): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 163/192 kB
Progress (4): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 167/192 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 167/192 kB | 4.1/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 171/192 kB | 4.1/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 171/192 kB | 8.2/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 176/192 kB | 8.2/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 176/192 kB | 12/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 176/192 kB | 16/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 180/192 kB | 16/180 kB
Progress (5): 4.6/5.0 MB | 3.0/3.5 MB | 634 kB | 180/192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 180/192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 184/192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 188/192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192/192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 16/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 20/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 20/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 24/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 28/180 kB
Progress (5): 4.7/5.0 MB | 3.0/3.5 MB | 634 kB | 192 kB | 32/180 kB

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 598 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.jar
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 32/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 32/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 32/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 32/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 36/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 40/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 45/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 49/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 49/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 49/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 53/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 57/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 61/180 kB
Progress (4): 4.7/5.0 MB | 3.0/3.5 MB | 192 kB | 65/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 179 kB/s)
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 65/180 kB

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): 4.7/5.0 MB | 3.1/3.5 MB | 65/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 65/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 69/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 73/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 77/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 81/180 kB
Progress (3): 4.7/5.0 MB | 3.1/3.5 MB | 81/180 kB
Progress (3): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 4.1/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 8.2/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 12/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 81/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 85/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 90/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 94/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 16/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 20/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 25/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 29/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 98/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 102/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 106/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 106/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 110/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB
Progress (4): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB | 4.1/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB | 8.2/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB | 12/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 33/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 37/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 41/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 45/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 16/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 20/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 24/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 28/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 114/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 118/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 122/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 126/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.8/5.0 MB | 3.1/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.1/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.1/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 49/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 53/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 53/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 57/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 61/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 66/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 70/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 74/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 74/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 78/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 82/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 86/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 90/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 94/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 131/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 135/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 139/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 143/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 147/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 151/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 155/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 159/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 163/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 167/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 171/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 176/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180/180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 98/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 102/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 106/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 111/149 kB | 32/38 kB
Progress (5): 4.9/5.0 MB | 3.2/3.5 MB | 180 kB | 115/149 kB | 32/38 kB
Progress (5): 5.0/5.0 MB | 3.2/3.5 MB | 180 kB | 115/149 kB | 32/38 kB
Progress (5): 5.0/5.0 MB | 3.2/3.5 MB | 180 kB | 115/149 kB | 32/38 kB
Progress (5): 5.0/5.0 MB | 3.2/3.5 MB | 180 kB | 115/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.2/3.5 MB | 180 kB | 115/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.2/3.5 MB | 180 kB | 119/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.2/3.5 MB | 180 kB | 123/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 123/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 127/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 131/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 131/149 kB | 32/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 131/149 kB | 36/38 kB
Progress (5): 5.0 MB | 3.3/3.5 MB | 180 kB | 131/149 kB | 38 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 157 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.jar
Progress (4): 5.0 MB | 3.3/3.5 MB | 135/149 kB | 38 kB
Progress (4): 5.0 MB | 3.3/3.5 MB | 139/149 kB | 38 kB
Progress (4): 5.0 MB | 3.3/3.5 MB | 143/149 kB | 38 kB
Progress (4): 5.0 MB | 3.3/3.5 MB | 147/149 kB | 38 kB
Progress (4): 5.0 MB | 3.3/3.5 MB | 149 kB | 38 kB
Progress (4): 5.0 MB | 3.3/3.5 MB | 149 kB | 38 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.jar (5.0 MB at 4.4 MB/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
Progress (3): 3.3/3.5 MB | 149 kB | 38 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.jar (38 kB at 33 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
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 129 kB/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 (1): 3.3/3.5 MB

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/guava/guava/25.1-android/guava-25.1-android.jar
Progress (1): 3.4/3.5 MB
Progress (1): 3.4/3.5 MB
Progress (2): 3.4/3.5 MB | 4.1/169 kB
Progress (2): 3.4/3.5 MB | 8.2/169 kB
Progress (2): 3.4/3.5 MB | 12/169 kB
Progress (2): 3.4/3.5 MB | 16/169 kB
Progress (2): 3.4/3.5 MB | 16/169 kB
Progress (2): 3.4/3.5 MB | 16/169 kB
Progress (3): 3.4/3.5 MB | 16/169 kB | 4.1/379 kB
Progress (3): 3.4/3.5 MB | 16/169 kB | 8.2/379 kB
Progress (3): 3.4/3.5 MB | 16/169 kB | 12/379 kB
Progress (3): 3.4/3.5 MB | 16/169 kB | 16/379 kB
Progress (4): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 4.1/521 kB
Progress (4): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 8.2/521 kB
Progress (4): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 12/521 kB
Progress (4): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 16/521 kB
Progress (4): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 16/521 kB
Progress (5): 3.4/3.5 MB | 16/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 20/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 24/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 28/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 16/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 20/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 24/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 28/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 16/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 20/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 24/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 28/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 32/169 kB | 32/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 36/169 kB | 32/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 40/169 kB | 32/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 45/169 kB | 32/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 49/169 kB | 32/379 kB | 32/521 kB | 0/2.6 MB
Progress (5): 3.4/3.5 MB | 49/169 kB | 32/379 kB | 32/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 32/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 36/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 36/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 40/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 45/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 32/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 36/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5/3.5 MB | 49/169 kB | 40/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 49/169 kB | 40/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 49/169 kB | 45/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 49/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 49/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 53/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 57/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 61/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 49/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 53/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 57/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 57/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 61/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 49/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 53/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 57/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 61/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 65/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 69/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 69/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 73/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 77/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 65/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 69/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 73/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 77/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 65/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 69/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 73/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 77/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 81/521 kB | 0.1/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (5): 3.5 MB | 81/169 kB | 81/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (5): 3.5 MB | 85/169 kB | 81/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (5): 3.5 MB | 90/169 kB | 81/379 kB | 81/521 kB | 0.2/2.6 MB

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 2.9 MB/s)
Progress (4): 94/169 kB | 81/379 kB | 81/521 kB | 0.2/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): 98/169 kB | 81/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 85/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 90/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 94/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 81/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 85/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 90/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 94/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 98/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 98/169 kB | 102/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 102/169 kB | 102/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 102/169 kB | 106/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 106/169 kB | 106/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 106/169 kB | 110/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 110/169 kB | 110/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 110/169 kB | 114/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 98/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 102/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 106/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 110/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 114/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 114/521 kB | 0.2/2.6 MB
Progress (4): 114/169 kB | 114/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 114/169 kB | 118/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 114/169 kB | 122/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 114/169 kB | 126/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 114/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 118/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 122/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 126/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 131/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (4): 131/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB
Progress (5): 131/169 kB | 131/379 kB | 114/521 kB | 0.3/2.6 MB | 4.1/32 kB
Progress (5): 131/169 kB | 131/379 kB | 118/521 kB | 0.3/2.6 MB | 4.1/32 kB
Progress (5): 131/169 kB | 131/379 kB | 118/521 kB | 0.3/2.6 MB | 8.2/32 kB
Progress (5): 131/169 kB | 131/379 kB | 122/521 kB | 0.3/2.6 MB | 8.2/32 kB
Progress (5): 131/169 kB | 131/379 kB | 122/521 kB | 0.3/2.6 MB | 12/32 kB
Progress (5): 131/169 kB | 131/379 kB | 126/521 kB | 0.3/2.6 MB | 12/32 kB
Progress (5): 131/169 kB | 131/379 kB | 126/521 kB | 0.3/2.6 MB | 16/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 16/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 16/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 20/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 25/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 29/32 kB
Progress (5): 131/169 kB | 131/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 131/169 kB | 135/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 131/169 kB | 139/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 131/169 kB | 143/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 131/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 131/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 135/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 139/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 143/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 131/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 135/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 139/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 143/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 147/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 151/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 155/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 159/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 147/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 151/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 155/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 159/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 147/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 151/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 155/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 159/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 163/521 kB | 0.3/2.6 MB | 32 kB
Progress (5): 163/169 kB | 163/379 kB | 163/521 kB | 0.4/2.6 MB | 32 kB
Progress (5): 167/169 kB | 163/379 kB | 163/521 kB | 0.4/2.6 MB | 32 kB
Progress (5): 169 kB | 163/379 kB | 163/521 kB | 0.4/2.6 MB | 32 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 25 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 (4): 169 kB | 163/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 167/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 171/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 176/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 163/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 167/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 171/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 176/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 180/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 184/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 188/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 192/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 180/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 184/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 188/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 192/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 196/521 kB | 0.4/2.6 MB
Progress (4): 169 kB | 196/379 kB | 196/521 kB | 0.4/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 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Progress (3): 200/379 kB | 196/521 kB | 0.4/2.6 MB
Progress (3): 204/379 kB | 196/521 kB | 0.4/2.6 MB
Progress (3): 208/379 kB | 196/521 kB | 0.4/2.6 MB
Progress (3): 212/379 kB | 196/521 kB | 0.4/2.6 MB
Progress (4): 212/379 kB | 196/521 kB | 0.4/2.6 MB | 4.1/14 kB
Progress (4): 212/379 kB | 196/521 kB | 0.5/2.6 MB | 4.1/14 kB
Progress (4): 212/379 kB | 196/521 kB | 0.5/2.6 MB | 8.2/14 kB
Progress (4): 212/379 kB | 196/521 kB | 0.5/2.6 MB | 12/14 kB
Progress (4): 212/379 kB | 196/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 212/379 kB | 200/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 212/379 kB | 204/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 212/379 kB | 208/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 212/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 212/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 217/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 217/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 221/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 225/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 212/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 217/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 221/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 225/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 229/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 229/379 kB | 229/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 233/379 kB | 229/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 237/379 kB | 229/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 241/379 kB | 229/521 kB | 0.5/2.6 MB | 14 kB
Progress (4): 245/379 kB | 229/521 kB | 0.5/2.6 MB | 14 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.jar (14 kB at 11 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): 245/379 kB | 229/521 kB | 0.5/2.6 MB
Progress (4): 245/379 kB | 229/521 kB | 0.5/2.6 MB | 4.1/8.8 kB
Progress (4): 245/379 kB | 229/521 kB | 0.5/2.6 MB | 8.2/8.8 kB
Progress (4): 245/379 kB | 229/521 kB | 0.5/2.6 MB | 8.8 kB
Progress (4): 245/379 kB | 233/521 kB | 0.5/2.6 MB | 8.8 kB
Progress (4): 245/379 kB | 237/521 kB | 0.5/2.6 MB | 8.8 kB
Progress (4): 245/379 kB | 241/521 kB | 0.5/2.6 MB | 8.8 kB
Progress (4): 245/379 kB | 245/521 kB | 0.5/2.6 MB | 8.8 kB
Progress (4): 245/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 249/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 253/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 258/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 245/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 249/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 253/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 258/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 262/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 266/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 270/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 274/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 278/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 278/379 kB | 262/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (5): 278/379 kB | 262/521 kB | 0.6/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 6.8 kB/s)
Progress (4): 278/379 kB | 266/521 kB | 0.6/2.6 MB | 3.5 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (4): 278/379 kB | 270/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 278/379 kB | 270/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 278/379 kB | 274/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 278/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 282/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 286/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 286/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 290/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 278/521 kB | 0.6/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 278/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 282/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 286/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 290/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 294/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 298/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 303/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 303/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 307/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 311/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 311/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 311/379 kB | 294/521 kB | 0.7/2.6 MB | 3.5 kB
Progress (4): 311/379 kB | 298/521 kB | 0.7/2.6 MB | 3.5 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 2.7 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): 315/379 kB | 298/521 kB | 0.7/2.6 MB
Progress (3): 315/379 kB | 303/521 kB | 0.7/2.6 MB
Progress (3): 319/379 kB | 303/521 kB | 0.7/2.6 MB
Progress (3): 319/379 kB | 307/521 kB | 0.7/2.6 MB
Progress (3): 323/379 kB | 307/521 kB | 0.7/2.6 MB
Progress (3): 323/379 kB | 311/521 kB | 0.7/2.6 MB
Progress (3): 327/379 kB | 311/521 kB | 0.7/2.6 MB
Progress (3): 327/379 kB | 311/521 kB | 0.7/2.6 MB
Progress (4): 327/379 kB | 311/521 kB | 0.7/2.6 MB | 4.1/502 kB
Progress (4): 327/379 kB | 311/521 kB | 0.7/2.6 MB | 8.2/502 kB
Progress (4): 327/379 kB | 311/521 kB | 0.7/2.6 MB | 12/502 kB
Progress (4): 327/379 kB | 311/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 327/379 kB | 311/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 327/379 kB | 315/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 327/379 kB | 319/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 327/379 kB | 323/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 327/379 kB | 327/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 331/379 kB | 327/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 335/379 kB | 327/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 339/379 kB | 327/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.7/2.6 MB | 16/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.7/2.6 MB | 20/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.7/2.6 MB | 24/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.7/2.6 MB | 28/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.7/2.6 MB | 32/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 344/379 kB | 327/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 344/379 kB | 331/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 348/379 kB | 331/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 348/379 kB | 335/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 352/379 kB | 335/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 352/379 kB | 339/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 356/379 kB | 339/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 356/379 kB | 344/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 32/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 36/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 36/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 40/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 45/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 49/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 53/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 57/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 57/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 61/502 kB
Progress (4): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB
Progress (5): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB | 4.1/13 kB
Progress (5): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB | 8.2/13 kB
Progress (5): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB | 12/13 kB
Progress (5): 360/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 364/379 kB | 344/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 364/379 kB | 348/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 368/379 kB | 348/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 368/379 kB | 352/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 372/379 kB | 352/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 372/379 kB | 356/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 376/379 kB | 356/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 376/379 kB | 360/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 65/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 69/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 73/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 73/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 77/502 kB | 13 kB
Progress (5): 379 kB | 360/521 kB | 0.8/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 364/521 kB | 0.8/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 364/521 kB | 0.9/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 368/521 kB | 0.9/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 372/521 kB | 0.9/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 81/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 85/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 90/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 94/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 98/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 98/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 102/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 102/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 106/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 110/502 kB | 13 kB
Progress (5): 379 kB | 376/521 kB | 0.9/2.6 MB | 114/502 kB | 13 kB
Progress (5): 379 kB | 380/521 kB | 0.9/2.6 MB | 114/502 kB | 13 kB
Progress (5): 379 kB | 384/521 kB | 0.9/2.6 MB | 114/502 kB | 13 kB
Progress (5): 379 kB | 389/521 kB | 0.9/2.6 MB | 114/502 kB | 13 kB
Progress (5): 379 kB | 393/521 kB | 0.9/2.6 MB | 114/502 kB | 13 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 9.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar
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 283 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 (3): 393/521 kB | 0.9/2.6 MB | 114/502 kB
Progress (3): 393/521 kB | 0.9/2.6 MB | 118/502 kB
Progress (3): 393/521 kB | 0.9/2.6 MB | 122/502 kB
Progress (3): 393/521 kB | 0.9/2.6 MB | 122/502 kB
Progress (3): 393/521 kB | 0.9/2.6 MB | 126/502 kB
Progress (3): 393/521 kB | 0.9/2.6 MB | 131/502 kB
Progress (3): 397/521 kB | 0.9/2.6 MB | 131/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 131/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 131/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 135/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 139/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 143/502 kB
Progress (3): 401/521 kB | 0.9/2.6 MB | 147/502 kB
Progress (3): 405/521 kB | 0.9/2.6 MB | 147/502 kB
Progress (3): 405/521 kB | 1.0/2.6 MB | 147/502 kB
Progress (3): 409/521 kB | 1.0/2.6 MB | 147/502 kB
Progress (3): 413/521 kB | 1.0/2.6 MB | 147/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 147/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 151/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 151/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 155/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 159/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 417/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 421/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 425/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 430/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 163/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 167/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 171/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 176/502 kB
Progress (3): 434/521 kB | 1.0/2.6 MB | 180/502 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 4.1/17 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 4.1/17 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 8.2/17 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 12/17 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 16/17 kB
Progress (4): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 17 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 17 kB | 4.1/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 17 kB | 8.2/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 17 kB | 12/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 180/502 kB | 17 kB | 16/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 184/502 kB | 17 kB | 16/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 188/502 kB | 17 kB | 16/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 192/502 kB | 17 kB | 16/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 434/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 438/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 442/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 446/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.0/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.1/2.6 MB | 196/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.1/2.6 MB | 200/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.1/2.6 MB | 204/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.1/2.6 MB | 208/502 kB | 17 kB | 16/31 kB
Progress (5): 450/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 16/31 kB
Progress (5): 454/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 16/31 kB
Progress (5): 458/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 16/31 kB
Progress (5): 462/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 16/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 16/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 20/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 20/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 25/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 29/31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 212/502 kB | 17 kB | 31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 217/502 kB | 17 kB | 31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 221/502 kB | 17 kB | 31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 225/502 kB | 17 kB | 31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 466/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 470/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 475/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 479/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 229/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 233/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 237/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 237/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 241/502 kB | 17 kB | 31 kB
Progress (5): 483/521 kB | 1.1/2.6 MB | 245/502 kB | 17 kB | 31 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar (17 kB at 12 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar
Progress (4): 483/521 kB | 1.1/2.6 MB | 245/502 kB | 31 kB
Progress (4): 483/521 kB | 1.1/2.6 MB | 245/502 kB | 31 kB
Progress (4): 483/521 kB | 1.1/2.6 MB | 249/502 kB | 31 kB
Progress (4): 483/521 kB | 1.1/2.6 MB | 253/502 kB | 31 kB
Progress (4): 483/521 kB | 1.1/2.6 MB | 258/502 kB | 31 kB
Progress (4): 483/521 kB | 1.1/2.6 MB | 262/502 kB | 31 kB
Progress (4): 487/521 kB | 1.1/2.6 MB | 262/502 kB | 31 kB
Progress (4): 491/521 kB | 1.1/2.6 MB | 262/502 kB | 31 kB
Progress (4): 495/521 kB | 1.1/2.6 MB | 262/502 kB | 31 kB
Progress (4): 499/521 kB | 1.1/2.6 MB | 262/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 262/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 266/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 270/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 274/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 499/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 503/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 507/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 511/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 516/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 520/521 kB | 1.2/2.6 MB | 278/502 kB | 31 kB
Progress (4): 521 kB | 1.2/2.6 MB | 278/502 kB | 31 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 22 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Progress (3): 521 kB | 1.2/2.6 MB | 282/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 286/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 286/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 290/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 294/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 294/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 294/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 298/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 303/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 307/502 kB
Progress (3): 521 kB | 1.2/2.6 MB | 311/502 kB
Progress (4): 521 kB | 1.2/2.6 MB | 311/502 kB | 4.1/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 311/502 kB | 8.2/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 311/502 kB | 12/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 311/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 311/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 315/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 319/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 323/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 327/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 327/502 kB | 16/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 327/502 kB | 20/236 kB
Progress (4): 521 kB | 1.2/2.6 MB | 327/502 kB | 24/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 327/502 kB | 24/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 327/502 kB | 28/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 327/502 kB | 32/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 331/502 kB | 32/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 335/502 kB | 32/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 339/502 kB | 32/236 kB
Progress (4): 521 kB | 1.3/2.6 MB | 344/502 kB | 32/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
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 369 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Progress (3): 1.3/2.6 MB | 344/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 348/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 352/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 352/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 356/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 32/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 36/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 40/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 45/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 360/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 364/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 368/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 372/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 49/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 53/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 57/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 61/236 kB
Progress (3): 1.3/2.6 MB | 376/502 kB | 65/236 kB
Progress (3): 1.3/2.6 MB | 380/502 kB | 65/236 kB
Progress (3): 1.3/2.6 MB | 384/502 kB | 65/236 kB
Progress (3): 1.3/2.6 MB | 384/502 kB | 65/236 kB
Progress (3): 1.3/2.6 MB | 389/502 kB | 65/236 kB
Progress (3): 1.3/2.6 MB | 393/502 kB | 65/236 kB
Progress (3): 1.4/2.6 MB | 393/502 kB | 65/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/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar
Progress (3): 1.4/2.6 MB | 397/502 kB | 65/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 65/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 69/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 73/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 73/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 77/236 kB
Progress (3): 1.4/2.6 MB | 401/502 kB | 81/236 kB
Progress (3): 1.4/2.6 MB | 405/502 kB | 81/236 kB
Progress (3): 1.4/2.6 MB | 405/502 kB | 81/236 kB
Progress (3): 1.4/2.6 MB | 409/502 kB | 81/236 kB
Progress (3): 1.4/2.6 MB | 413/502 kB | 81/236 kB
Progress (3): 1.4/2.6 MB | 417/502 kB | 81/236 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 81/236 kB | 4.1/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 81/236 kB | 8.2/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 81/236 kB | 12/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 81/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 85/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 90/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 94/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 417/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 421/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 425/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 425/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 430/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 434/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 434/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 434/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 438/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 442/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 446/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 98/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 102/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 106/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 110/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 114/236 kB | 16/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 114/236 kB | 20/752 kB
Progress (4): 1.4/2.6 MB | 450/502 kB | 114/236 kB | 24/752 kB
Progress (4): 1.5/2.6 MB | 450/502 kB | 114/236 kB | 24/752 kB
Progress (4): 1.5/2.6 MB | 450/502 kB | 114/236 kB | 28/752 kB
Progress (4): 1.5/2.6 MB | 450/502 kB | 114/236 kB | 32/752 kB
Progress (5): 1.5/2.6 MB | 450/502 kB | 114/236 kB | 32/752 kB | 4.1/194 kB
Progress (5): 1.5/2.6 MB | 454/502 kB | 114/236 kB | 32/752 kB | 4.1/194 kB
Progress (5): 1.5/2.6 MB | 454/502 kB | 114/236 kB | 32/752 kB | 8.2/194 kB
Progress (5): 1.5/2.6 MB | 458/502 kB | 114/236 kB | 32/752 kB | 8.2/194 kB
Progress (5): 1.5/2.6 MB | 458/502 kB | 114/236 kB | 32/752 kB | 12/194 kB
Progress (5): 1.5/2.6 MB | 462/502 kB | 114/236 kB | 32/752 kB | 12/194 kB
Progress (5): 1.5/2.6 MB | 462/502 kB | 114/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 114/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 118/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 122/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 126/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 16/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 20/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 25/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 29/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 32/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 36/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 40/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 45/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 49/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 53/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 57/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 61/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 33/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 37/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 41/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 45/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 49/194 kB
Progress (5): 1.5/2.6 MB | 466/502 kB | 131/236 kB | 65/752 kB | 53/194 kB
Progress (5): 1.5/2.6 MB | 470/502 kB | 131/236 kB | 65/752 kB | 53/194 kB
Progress (5): 1.5/2.6 MB | 470/502 kB | 131/236 kB | 65/752 kB | 57/194 kB
Progress (5): 1.5/2.6 MB | 475/502 kB | 131/236 kB | 65/752 kB | 57/194 kB
Progress (5): 1.5/2.6 MB | 475/502 kB | 131/236 kB | 65/752 kB | 61/194 kB
Progress (5): 1.5/2.6 MB | 479/502 kB | 131/236 kB | 65/752 kB | 61/194 kB
Progress (5): 1.5/2.6 MB | 479/502 kB | 131/236 kB | 65/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 65/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 69/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 73/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 77/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 131/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 135/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 135/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 139/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 143/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.5/2.6 MB | 483/502 kB | 147/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 147/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 151/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 155/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 159/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 159/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 163/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 167/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 167/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 171/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 176/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 81/752 kB | 66/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 81/752 kB | 70/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 81/752 kB | 74/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 81/752 kB | 78/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 81/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 85/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 85/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 90/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 94/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 98/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 98/752 kB | 82/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 180/236 kB | 98/752 kB | 86/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 184/236 kB | 98/752 kB | 86/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 184/236 kB | 98/752 kB | 90/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 188/236 kB | 98/752 kB | 90/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 188/236 kB | 98/752 kB | 94/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 192/236 kB | 98/752 kB | 94/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 192/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 483/502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 487/502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 491/502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 495/502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 499/502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 98/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 102/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 106/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 110/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 98/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 102/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 106/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 111/194 kB
Progress (5): 1.6/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 196/236 kB | 114/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 200/236 kB | 114/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 200/236 kB | 118/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 204/236 kB | 118/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 204/236 kB | 118/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 204/236 kB | 122/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 208/236 kB | 122/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 208/236 kB | 126/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 126/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 131/752 kB | 115/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 131/752 kB | 119/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 131/752 kB | 123/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 131/752 kB | 127/194 kB
Progress (5): 1.7/2.6 MB | 502 kB | 212/236 kB | 131/752 kB | 131/194 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 335 kB/s)
Progress (4): 1.7/2.6 MB | 212/236 kB | 131/752 kB | 131/194 kB

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 (4): 1.7/2.6 MB | 212/236 kB | 131/752 kB | 135/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 131/752 kB | 139/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 131/752 kB | 143/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 131/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 135/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 139/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 143/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 212/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 217/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 221/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 225/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 229/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 229/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 233/236 kB | 147/752 kB | 147/194 kB
Progress (4): 1.7/2.6 MB | 233/236 kB | 147/752 kB | 152/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 147/752 kB | 152/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 147/752 kB | 156/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 147/752 kB | 160/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 147/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 147/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 151/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 155/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 155/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 159/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 163/752 kB | 164/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 163/752 kB | 168/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 163/752 kB | 172/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 163/752 kB | 176/194 kB
Progress (4): 1.7/2.6 MB | 236 kB | 163/752 kB | 180/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 163/752 kB | 180/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 167/752 kB | 180/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 167/752 kB | 184/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 171/752 kB | 184/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 171/752 kB | 188/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 176/752 kB | 188/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 176/752 kB | 193/194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 176/752 kB | 194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB
Progress (4): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB
Progress (5): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB | 4.1/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB | 8.2/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB | 12/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 180/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 184/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 188/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 192/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 16/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 20/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 25/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 29/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 196/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 200/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 204/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 208/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 212/752 kB | 194 kB | 33/100 kB
Progress (5): 1.8/2.6 MB | 236 kB | 212/752 kB | 194 kB | 33/100 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.jar (194 kB at 127 kB/s)
Progress (4): 1.8/2.6 MB | 236 kB | 212/752 kB | 37/100 kB
Progress (4): 1.8/2.6 MB | 236 kB | 212/752 kB | 41/100 kB
Progress (4): 1.9/2.6 MB | 236 kB | 212/752 kB | 41/100 kB
Progress (4): 1.9/2.6 MB | 236 kB | 212/752 kB | 45/100 kB
Progress (4): 1.9/2.6 MB | 236 kB | 212/752 kB | 49/100 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar (236 kB at 154 kB/s)
Progress (3): 1.9/2.6 MB | 217/752 kB | 49/100 kB
Progress (3): 1.9/2.6 MB | 221/752 kB | 49/100 kB
Progress (3): 1.9/2.6 MB | 225/752 kB | 49/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 49/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 49/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 53/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 57/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 61/100 kB
Progress (3): 1.9/2.6 MB | 229/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 233/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 237/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 241/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 66/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 70/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 70/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 74/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 78/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 245/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 249/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 253/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 257/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 82/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 86/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 90/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 94/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 98/100 kB
Progress (3): 1.9/2.6 MB | 262/752 kB | 100 kB
Progress (3): 1.9/2.6 MB | 266/752 kB | 100 kB
Progress (3): 1.9/2.6 MB | 266/752 kB | 100 kB
Progress (3): 1.9/2.6 MB | 270/752 kB | 100 kB
Progress (3): 1.9/2.6 MB | 274/752 kB | 100 kB
Progress (3): 1.9/2.6 MB | 278/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 278/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 278/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 282/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 286/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 290/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 294/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 294/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 298/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 298/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 303/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 307/752 kB | 100 kB
Progress (3): 2.0/2.6 MB | 311/752 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 65 kB/s)
Progress (2): 2.0/2.6 MB | 311/752 kB
Progress (2): 2.0/2.6 MB | 315/752 kB
Progress (2): 2.0/2.6 MB | 319/752 kB
Progress (2): 2.0/2.6 MB | 319/752 kB
Progress (2): 2.0/2.6 MB | 323/752 kB
Progress (2): 2.0/2.6 MB | 327/752 kB
Progress (2): 2.1/2.6 MB | 327/752 kB
Progress (2): 2.1/2.6 MB | 327/752 kB
Progress (2): 2.1/2.6 MB | 331/752 kB
Progress (2): 2.1/2.6 MB | 335/752 kB
Progress (2): 2.1/2.6 MB | 339/752 kB
Progress (2): 2.1/2.6 MB | 344/752 kB
Progress (2): 2.1/2.6 MB | 344/752 kB
Progress (2): 2.1/2.6 MB | 348/752 kB
Progress (2): 2.1/2.6 MB | 348/752 kB
Progress (2): 2.1/2.6 MB | 352/752 kB
Progress (2): 2.1/2.6 MB | 356/752 kB
Progress (2): 2.1/2.6 MB | 360/752 kB
Progress (2): 2.1/2.6 MB | 364/752 kB
Progress (2): 2.1/2.6 MB | 364/752 kB
Progress (2): 2.1/2.6 MB | 368/752 kB
Progress (2): 2.1/2.6 MB | 372/752 kB
Progress (2): 2.1/2.6 MB | 376/752 kB
Progress (2): 2.1/2.6 MB | 376/752 kB
Progress (2): 2.1/2.6 MB | 380/752 kB
Progress (2): 2.1/2.6 MB | 384/752 kB
Progress (2): 2.1/2.6 MB | 389/752 kB
Progress (2): 2.1/2.6 MB | 393/752 kB
Progress (2): 2.2/2.6 MB | 393/752 kB
Progress (2): 2.2/2.6 MB | 393/752 kB
Progress (2): 2.2/2.6 MB | 397/752 kB
Progress (2): 2.2/2.6 MB | 401/752 kB
Progress (2): 2.2/2.6 MB | 401/752 kB
Progress (2): 2.2/2.6 MB | 405/752 kB
Progress (2): 2.2/2.6 MB | 409/752 kB
Progress (2): 2.2/2.6 MB | 413/752 kB
Progress (2): 2.2/2.6 MB | 417/752 kB
Progress (2): 2.2/2.6 MB | 417/752 kB
Progress (2): 2.2/2.6 MB | 417/752 kB
Progress (2): 2.2/2.6 MB | 421/752 kB
Progress (2): 2.2/2.6 MB | 425/752 kB
Progress (2): 2.2/2.6 MB | 430/752 kB
Progress (2): 2.2/2.6 MB | 434/752 kB
Progress (2): 2.2/2.6 MB | 434/752 kB
Progress (2): 2.2/2.6 MB | 438/752 kB
Progress (2): 2.2/2.6 MB | 442/752 kB
Progress (2): 2.3/2.6 MB | 442/752 kB
Progress (2): 2.3/2.6 MB | 446/752 kB
Progress (2): 2.3/2.6 MB | 450/752 kB
Progress (2): 2.3/2.6 MB | 450/752 kB
Progress (2): 2.3/2.6 MB | 450/752 kB
Progress (2): 2.3/2.6 MB | 454/752 kB
Progress (2): 2.3/2.6 MB | 458/752 kB
Progress (2): 2.3/2.6 MB | 462/752 kB
Progress (2): 2.3/2.6 MB | 466/752 kB
Progress (2): 2.3/2.6 MB | 466/752 kB
Progress (2): 2.3/2.6 MB | 470/752 kB
Progress (2): 2.3/2.6 MB | 475/752 kB
Progress (2): 2.3/2.6 MB | 479/752 kB
Progress (2): 2.3/2.6 MB | 483/752 kB
Progress (2): 2.3/2.6 MB | 483/752 kB
Progress (2): 2.3/2.6 MB | 483/752 kB
Progress (2): 2.3/2.6 MB | 487/752 kB
Progress (2): 2.3/2.6 MB | 491/752 kB
Progress (2): 2.3/2.6 MB | 495/752 kB
Progress (2): 2.3/2.6 MB | 499/752 kB
Progress (2): 2.4/2.6 MB | 499/752 kB
Progress (2): 2.4/2.6 MB | 503/752 kB
Progress (2): 2.4/2.6 MB | 507/752 kB
Progress (2): 2.4/2.6 MB | 511/752 kB
Progress (2): 2.4/2.6 MB | 516/752 kB
Progress (2): 2.4/2.6 MB | 516/752 kB
Progress (2): 2.4/2.6 MB | 516/752 kB
Progress (2): 2.4/2.6 MB | 520/752 kB
Progress (2): 2.4/2.6 MB | 524/752 kB
Progress (2): 2.4/2.6 MB | 528/752 kB
Progress (2): 2.4/2.6 MB | 532/752 kB
Progress (2): 2.4/2.6 MB | 532/752 kB
Progress (2): 2.4/2.6 MB | 536/752 kB
Progress (2): 2.4/2.6 MB | 540/752 kB
Progress (2): 2.4/2.6 MB | 544/752 kB
Progress (2): 2.4/2.6 MB | 548/752 kB
Progress (2): 2.4/2.6 MB | 548/752 kB
Progress (2): 2.4/2.6 MB | 552/752 kB
Progress (2): 2.4/2.6 MB | 557/752 kB
Progress (2): 2.4/2.6 MB | 561/752 kB
Progress (2): 2.4/2.6 MB | 565/752 kB
Progress (2): 2.4/2.6 MB | 565/752 kB
Progress (2): 2.5/2.6 MB | 565/752 kB
Progress (2): 2.5/2.6 MB | 565/752 kB
Progress (2): 2.5/2.6 MB | 569/752 kB
Progress (2): 2.5/2.6 MB | 573/752 kB
Progress (2): 2.5/2.6 MB | 577/752 kB
Progress (2): 2.5/2.6 MB | 581/752 kB
Progress (2): 2.5/2.6 MB | 581/752 kB
Progress (2): 2.5/2.6 MB | 585/752 kB
Progress (2): 2.5/2.6 MB | 589/752 kB
Progress (2): 2.5/2.6 MB | 593/752 kB
Progress (2): 2.5/2.6 MB | 597/752 kB
Progress (2): 2.5/2.6 MB | 597/752 kB
Progress (2): 2.5/2.6 MB | 602/752 kB
Progress (2): 2.5/2.6 MB | 602/752 kB
Progress (2): 2.5/2.6 MB | 606/752 kB
Progress (2): 2.5/2.6 MB | 610/752 kB
Progress (2): 2.5/2.6 MB | 614/752 kB
Progress (2): 2.5/2.6 MB | 614/752 kB
Progress (2): 2.5/2.6 MB | 618/752 kB
Progress (2): 2.5/2.6 MB | 622/752 kB
Progress (2): 2.5/2.6 MB | 626/752 kB
Progress (2): 2.5/2.6 MB | 630/752 kB
Progress (2): 2.6/2.6 MB | 630/752 kB
Progress (2): 2.6/2.6 MB | 630/752 kB
Progress (2): 2.6/2.6 MB | 634/752 kB
Progress (2): 2.6/2.6 MB | 638/752 kB
Progress (2): 2.6/2.6 MB | 643/752 kB
Progress (2): 2.6/2.6 MB | 647/752 kB
Progress (2): 2.6/2.6 MB | 647/752 kB
Progress (2): 2.6 MB | 647/752 kB
Progress (2): 2.6 MB | 651/752 kB
Progress (2): 2.6 MB | 655/752 kB
Progress (2): 2.6 MB | 659/752 kB
Progress (2): 2.6 MB | 663/752 kB
Progress (2): 2.6 MB | 667/752 kB
Progress (2): 2.6 MB | 671/752 kB
Progress (2): 2.6 MB | 675/752 kB
Progress (2): 2.6 MB | 679/752 kB
Progress (2): 2.6 MB | 683/752 kB
Progress (2): 2.6 MB | 688/752 kB
Progress (2): 2.6 MB | 692/752 kB
Progress (2): 2.6 MB | 696/752 kB

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): 700/752 kB
Progress (1): 704/752 kB
Progress (1): 708/752 kB
Progress (1): 712/752 kB
Progress (1): 716/752 kB
Progress (1): 720/752 kB
Progress (1): 724/752 kB
Progress (1): 729/752 kB
Progress (1): 733/752 kB
Progress (1): 737/752 kB
Progress (1): 741/752 kB
Progress (1): 745/752 kB
Progress (1): 749/752 kB
Progress (1): 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 452 kB/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 762 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 612 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 125 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 439 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 1.6 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 544 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 581 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 647 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 117 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 388 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 | 0/2.9 MB
Progress (2): 16/682 kB | 0/2.9 MB
Progress (2): 20/682 kB | 0/2.9 MB
Progress (2): 24/682 kB | 0/2.9 MB
Progress (2): 28/682 kB | 0/2.9 MB
Progress (2): 32/682 kB | 0/2.9 MB
Progress (2): 32/682 kB | 0/2.9 MB
Progress (3): 32/682 kB | 0/2.9 MB | 4.1/231 kB
Progress (3): 32/682 kB | 0/2.9 MB | 8.2/231 kB
Progress (3): 32/682 kB | 0/2.9 MB | 12/231 kB
Progress (3): 32/682 kB | 0/2.9 MB | 16/231 kB
Progress (4): 32/682 kB | 0/2.9 MB | 16/231 kB | 4.1/252 kB
Progress (4): 32/682 kB | 0.1/2.9 MB | 16/231 kB | 4.1/252 kB
Progress (4): 32/682 kB | 0.1/2.9 MB | 16/231 kB | 8.2/252 kB
Progress (4): 32/682 kB | 0.1/2.9 MB | 16/231 kB | 12/252 kB
Progress (4): 32/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB
Progress (4): 36/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB
Progress (4): 40/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB
Progress (4): 45/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB
Progress (5): 45/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 16/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 20/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 24/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 28/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 49/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 53/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 57/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 61/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 16/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 20/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 20/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 24/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 28/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 32/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 36/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 40/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 45/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 65/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 69/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 73/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 73/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 77/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 49/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 53/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 57/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 61/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 81/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 85/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 90/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 94/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 98/682 kB | 0.1/2.9 MB | 65/231 kB | 32/252 kB | 0.1/3.6 MB
Progress (5): 98/682 kB | 0.1/2.9 MB | 65/231 kB | 36/252 kB | 0.1/3.6 MB
Progress (5): 98/682 kB | 0.1/2.9 MB | 65/231 kB | 40/252 kB | 0.1/3.6 MB
Progress (5): 98/682 kB | 0.1/2.9 MB | 65/231 kB | 45/252 kB | 0.1/3.6 MB
Progress (5): 98/682 kB | 0.1/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 102/682 kB | 0.1/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 106/682 kB | 0.1/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 110/682 kB | 0.1/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.1/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 65/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 69/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 73/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 77/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 49/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 53/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 57/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 61/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 81/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 85/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 90/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 94/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 114/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 118/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 122/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 126/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 131/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 131/682 kB | 0.2/2.9 MB | 98/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 131/682 kB | 0.2/2.9 MB | 102/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 135/682 kB | 0.2/2.9 MB | 102/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 135/682 kB | 0.2/2.9 MB | 106/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 139/682 kB | 0.2/2.9 MB | 106/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 139/682 kB | 0.2/2.9 MB | 110/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 143/682 kB | 0.2/2.9 MB | 110/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 143/682 kB | 0.2/2.9 MB | 114/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 65/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 69/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 73/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 77/252 kB | 0.1/3.6 MB
Progress (5): 147/682 kB | 0.2/2.9 MB | 114/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 151/682 kB | 0.2/2.9 MB | 114/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 155/682 kB | 0.2/2.9 MB | 114/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 159/682 kB | 0.2/2.9 MB | 114/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 114/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 118/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 122/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 122/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 126/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 131/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.2/2.9 MB | 131/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.3/2.9 MB | 131/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.3/2.9 MB | 135/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.3/2.9 MB | 139/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.3/2.9 MB | 143/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 163/682 kB | 0.3/2.9 MB | 147/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 167/682 kB | 0.3/2.9 MB | 147/231 kB | 81/252 kB | 0.1/3.6 MB
Progress (5): 167/682 kB | 0.3/2.9 MB | 147/231 kB | 85/252 kB | 0.1/3.6 MB
Progress (5): 171/682 kB | 0.3/2.9 MB | 147/231 kB | 85/252 kB | 0.1/3.6 MB
Progress (5): 171/682 kB | 0.3/2.9 MB | 147/231 kB | 85/252 kB | 0.1/3.6 MB
Progress (5): 176/682 kB | 0.3/2.9 MB | 147/231 kB | 85/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 147/231 kB | 85/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 147/231 kB | 90/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 147/231 kB | 94/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 147/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 147/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 151/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 155/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 159/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 98/252 kB | 0.1/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 98/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 98/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 102/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 106/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 110/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 163/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 167/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 171/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 176/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 180/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 180/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 180/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 184/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 188/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 192/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 180/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 184/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 188/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 192/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 196/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 200/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 204/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 208/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 212/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 217/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 221/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 225/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.3/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.4/2.9 MB | 196/231 kB | 114/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.4/2.9 MB | 196/231 kB | 118/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.4/2.9 MB | 196/231 kB | 122/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.4/2.9 MB | 196/231 kB | 126/252 kB | 0.2/3.6 MB
Progress (5): 229/682 kB | 0.4/2.9 MB | 196/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 233/682 kB | 0.4/2.9 MB | 196/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 233/682 kB | 0.4/2.9 MB | 200/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 237/682 kB | 0.4/2.9 MB | 200/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 237/682 kB | 0.4/2.9 MB | 204/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 241/682 kB | 0.4/2.9 MB | 204/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 241/682 kB | 0.4/2.9 MB | 208/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 208/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 131/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 135/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 135/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 139/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 143/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 212/231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 217/231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 221/231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 225/231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 229/231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 245/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 249/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 249/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 253/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 258/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 147/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 151/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 155/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 159/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 262/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 266/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 270/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 274/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.4/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 163/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 167/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 171/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 176/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 180/252 kB | 0.2/3.6 MB
Progress (5): 278/682 kB | 0.5/2.9 MB | 231 kB | 180/252 kB | 0.2/3.6 MB

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.7 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): 278/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 278/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 282/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 286/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 290/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 180/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 184/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 188/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 192/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 196/252 kB | 0.2/3.6 MB
Progress (4): 294/682 kB | 0.5/2.9 MB | 196/252 kB | 0.2/3.6 MB
Progress (4): 298/682 kB | 0.5/2.9 MB | 196/252 kB | 0.2/3.6 MB
Progress (4): 303/682 kB | 0.5/2.9 MB | 196/252 kB | 0.2/3.6 MB
Progress (4): 303/682 kB | 0.5/2.9 MB | 196/252 kB | 0.3/3.6 MB
Progress (4): 307/682 kB | 0.5/2.9 MB | 196/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.5/2.9 MB | 196/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 196/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 200/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 204/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 208/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 208/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 311/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 315/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 319/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 323/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 212/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 217/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 221/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 225/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB
Progress (4): 327/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB
Progress (5): 327/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 4.1/14 kB
Progress (5): 331/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 4.1/14 kB
Progress (5): 331/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 8.2/14 kB
Progress (5): 335/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 8.2/14 kB
Progress (5): 335/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 12/14 kB
Progress (5): 339/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 12/14 kB
Progress (5): 339/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 229/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 233/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 237/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 237/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 241/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 344/682 kB | 0.6/2.9 MB | 245/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 348/682 kB | 0.6/2.9 MB | 245/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 352/682 kB | 0.6/2.9 MB | 245/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 356/682 kB | 0.6/2.9 MB | 245/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.6/2.9 MB | 245/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.6/2.9 MB | 249/252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.6/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 360/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 364/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 368/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 372/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 376/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB | 14 kB
Progress (5): 376/682 kB | 0.7/2.9 MB | 252 kB | 0.3/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 80 kB/s)
Progress (4): 376/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 376/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 376/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 380/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 384/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 389/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 393/682 kB | 0.7/2.9 MB | 252 kB | 0.3/3.6 MB
Progress (4): 393/682 kB | 0.7/2.9 MB | 252 kB | 0.3/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 1.4 MB/s)
Progress (3): 397/682 kB | 0.7/2.9 MB | 0.3/3.6 MB
Progress (3): 401/682 kB | 0.7/2.9 MB | 0.3/3.6 MB
Progress (3): 401/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 401/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 401/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 405/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 409/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 409/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 413/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 417/682 kB | 0.8/2.9 MB | 0.3/3.6 MB
Progress (3): 417/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 417/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 417/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 421/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 425/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 430/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 434/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 434/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 434/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 438/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 442/682 kB | 0.8/2.9 MB | 0.4/3.6 MB
Progress (3): 442/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 446/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 450/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 450/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 450/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 454/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 458/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 458/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 462/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 466/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 466/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 466/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 466/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 470/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 475/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 479/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 483/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 483/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 483/682 kB | 0.9/2.9 MB | 0.4/3.6 MB
Progress (3): 483/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 487/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 491/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 495/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 499/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 499/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 499/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 499/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 503/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 507/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 511/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 516/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 516/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 516/682 kB | 1.0/2.9 MB | 0.4/3.6 MB
Progress (3): 516/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 520/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 524/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 524/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 528/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 532/682 kB | 1.0/2.9 MB | 0.5/3.6 MB
Progress (3): 532/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 536/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 536/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 540/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 544/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 548/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 548/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 548/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 548/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 552/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 557/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 561/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 565/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 565/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 565/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 569/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 573/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 573/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 577/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 581/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 581/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 581/682 kB | 1.1/2.9 MB | 0.5/3.6 MB
Progress (3): 581/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 585/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 589/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 593/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 597/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 597/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 597/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 597/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 602/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 606/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 610/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 614/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 614/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 614/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 614/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 618/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 622/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 626/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 630/682 kB | 1.2/2.9 MB | 0.5/3.6 MB
Progress (3): 630/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 630/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 630/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 634/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 638/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 638/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 643/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 647/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 647/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 651/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 655/682 kB | 1.3/2.9 MB | 0.5/3.6 MB
Progress (3): 655/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 659/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 663/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 663/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 663/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 667/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 671/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 671/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 675/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 679/682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.3/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/3.6 MB
Progress (3): 682 kB | 1.4/2.9 MB | 0.6/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 2.3 MB/s)
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.6/3.6 MB
Progress (2): 1.5/2.9 MB | 0.7/3.6 MB
Progress (2): 1.5/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.6/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.7/3.6 MB
Progress (2): 1.7/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.8/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 1.9/2.9 MB | 0.8/3.6 MB
Progress (2): 2.0/2.9 MB | 0.8/3.6 MB
Progress (2): 2.0/2.9 MB | 0.8/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.0/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.1/2.9 MB | 0.9/3.6 MB
Progress (2): 2.2/2.9 MB | 0.9/3.6 MB
Progress (2): 2.2/2.9 MB | 0.9/3.6 MB
Progress (2): 2.2/2.9 MB | 0.9/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.2/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.3/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.0/3.6 MB
Progress (2): 2.4/2.9 MB | 1.1/3.6 MB
Progress (2): 2.4/2.9 MB | 1.1/3.6 MB
Progress (2): 2.4/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.5/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.1/3.6 MB
Progress (2): 2.6/2.9 MB | 1.2/3.6 MB
Progress (2): 2.6/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.7/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.2/3.6 MB
Progress (2): 2.8/2.9 MB | 1.3/3.6 MB
Progress (2): 2.8/2.9 MB | 1.3/3.6 MB
Progress (2): 2.8/2.9 MB | 1.3/3.6 MB
Progress (2): 2.8/2.9 MB | 1.3/3.6 MB
Progress (2): 2.9/2.9 MB | 1.3/3.6 MB
Progress (2): 2.9 MB | 1.3/3.6 MB
Progress (2): 2.9 MB | 1.3/3.6 MB
Progress (2): 2.9 MB | 1.3/3.6 MB
Progress (2): 2.9 MB | 1.3/3.6 MB
Progress (2): 2.9 MB | 1.3/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 6.0 MB/s)
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
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.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.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 4.6 MB/s)
[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 46ms, 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 ---
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 132 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 71 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): 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 169 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 106 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 110 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 146 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 114 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): 4.1/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 373 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 85 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): 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 90 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 132 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 112 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 78 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 322 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 322 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 32 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 159 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 168 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 52 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.3/2.8 kB
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 (2): 16/116 kB | 4.1/35 kB
Progress (2): 16/116 kB | 8.2/35 kB
Progress (2): 16/116 kB | 12/35 kB
Progress (2): 16/116 kB | 16/35 kB
Progress (2): 20/116 kB | 16/35 kB
Progress (2): 25/116 kB | 16/35 kB
Progress (2): 29/116 kB | 16/35 kB
Progress (2): 33/116 kB | 16/35 kB
Progress (2): 33/116 kB | 20/35 kB
Progress (2): 33/116 kB | 25/35 kB
Progress (2): 33/116 kB | 29/35 kB
Progress (2): 33/116 kB | 33/35 kB
Progress (2): 33/116 kB | 35 kB
Progress (2): 37/116 kB | 35 kB
Progress (2): 41/116 kB | 35 kB
Progress (2): 45/116 kB | 35 kB
Progress (2): 49/116 kB | 35 kB
Progress (3): 49/116 kB | 35 kB | 4.1/57 kB
Progress (3): 49/116 kB | 35 kB | 8.2/57 kB
Progress (3): 49/116 kB | 35 kB | 12/57 kB
Progress (3): 49/116 kB | 35 kB | 16/57 kB
Progress (4): 49/116 kB | 35 kB | 16/57 kB | 4.1/29 kB
Progress (4): 49/116 kB | 35 kB | 16/57 kB | 8.2/29 kB
Progress (4): 49/116 kB | 35 kB | 16/57 kB | 12/29 kB
Progress (4): 49/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 53/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 57/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 61/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 66/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 70/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 74/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 78/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (4): 82/116 kB | 35 kB | 16/57 kB | 16/29 kB
Progress (5): 82/116 kB | 35 kB | 16/57 kB | 16/29 kB | 4.1/152 kB
Progress (5): 82/116 kB | 35 kB | 16/57 kB | 16/29 kB | 8.2/152 kB
Progress (5): 82/116 kB | 35 kB | 16/57 kB | 16/29 kB | 12/152 kB
Progress (5): 82/116 kB | 35 kB | 16/57 kB | 16/29 kB | 16/152 kB
Progress (5): 82/116 kB | 35 kB | 20/57 kB | 16/29 kB | 16/152 kB
Progress (5): 82/116 kB | 35 kB | 25/57 kB | 16/29 kB | 16/152 kB
Progress (5): 82/116 kB | 35 kB | 29/57 kB | 16/29 kB | 16/152 kB
Progress (5): 82/116 kB | 35 kB | 33/57 kB | 16/29 kB | 16/152 kB
Progress (5): 86/116 kB | 35 kB | 33/57 kB | 16/29 kB | 16/152 kB
Progress (5): 90/116 kB | 35 kB | 33/57 kB | 16/29 kB | 16/152 kB
Progress (5): 94/116 kB | 35 kB | 33/57 kB | 16/29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 16/29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 20/29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 24/29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 28/29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 29 kB | 16/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 29 kB | 20/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 29 kB | 24/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 29 kB | 28/152 kB
Progress (5): 98/116 kB | 35 kB | 33/57 kB | 29 kB | 32/152 kB
Progress (5): 98/116 kB | 35 kB | 37/57 kB | 29 kB | 32/152 kB
Progress (5): 102/116 kB | 35 kB | 37/57 kB | 29 kB | 32/152 kB
Progress (5): 102/116 kB | 35 kB | 41/57 kB | 29 kB | 32/152 kB
Progress (5): 106/116 kB | 35 kB | 41/57 kB | 29 kB | 32/152 kB
Progress (5): 106/116 kB | 35 kB | 45/57 kB | 29 kB | 32/152 kB
Progress (5): 111/116 kB | 35 kB | 45/57 kB | 29 kB | 32/152 kB
Progress (5): 111/116 kB | 35 kB | 49/57 kB | 29 kB | 32/152 kB
Progress (5): 115/116 kB | 35 kB | 49/57 kB | 29 kB | 32/152 kB
Progress (5): 116 kB | 35 kB | 49/57 kB | 29 kB | 32/152 kB
Progress (5): 116 kB | 35 kB | 53/57 kB | 29 kB | 32/152 kB
Progress (5): 116 kB | 35 kB | 57 kB | 29 kB | 32/152 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 1.1 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 (4): 116 kB | 57 kB | 29 kB | 36/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 40/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 45/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 49/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 53/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 57/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 61/152 kB
Progress (4): 116 kB | 57 kB | 29 kB | 65/152 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.jar (29 kB at 761 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
Progress (3): 116 kB | 57 kB | 69/152 kB
Progress (3): 116 kB | 57 kB | 73/152 kB
Progress (3): 116 kB | 57 kB | 77/152 kB
Progress (3): 116 kB | 57 kB | 81/152 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 2.8 MB/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.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.3 MB/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): 81/152 kB | 4.1/21 kB
Progress (2): 81/152 kB | 8.2/21 kB
Progress (2): 81/152 kB | 12/21 kB
Progress (2): 81/152 kB | 16/21 kB
Progress (2): 85/152 kB | 16/21 kB
Progress (2): 85/152 kB | 20/21 kB
Progress (2): 90/152 kB | 20/21 kB
Progress (2): 90/152 kB | 21 kB
Progress (2): 94/152 kB | 21 kB
Progress (2): 98/152 kB | 21 kB
Progress (2): 102/152 kB | 21 kB
Progress (2): 106/152 kB | 21 kB
Progress (2): 110/152 kB | 21 kB
Progress (2): 114/152 kB | 21 kB
Progress (3): 114/152 kB | 21 kB | 4.1/9.9 kB
Progress (4): 114/152 kB | 21 kB | 4.1/9.9 kB | 4.1/5.9 kB
Progress (4): 114/152 kB | 21 kB | 8.2/9.9 kB | 4.1/5.9 kB
Progress (4): 114/152 kB | 21 kB | 8.2/9.9 kB | 5.9 kB
Progress (4): 114/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 118/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 122/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 126/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 131/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 135/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 139/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 143/152 kB | 21 kB | 9.9 kB | 5.9 kB
Progress (4): 147/152 kB | 21 kB | 9.9 kB | 5.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.jar (21 kB at 399 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.jar
Progress (3): 151/152 kB | 9.9 kB | 5.9 kB
Progress (3): 152 kB | 9.9 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 4.1/24 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 8.2/24 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 12/24 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 16/24 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 20/24 kB
Progress (4): 152 kB | 9.9 kB | 5.9 kB | 24 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.jar (9.9 kB at 174 kB/s)
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 104 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
Progress (3): 152 kB | 24 kB | 4.1/14 kB
Progress (3): 152 kB | 24 kB | 8.2/14 kB
Progress (3): 152 kB | 24 kB | 12/14 kB
Progress (3): 152 kB | 24 kB | 14 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.4 MB/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/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 371 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 (2): 14 kB | 4.1/37 kB
Progress (3): 14 kB | 4.1/37 kB | 4.1/30 kB
Progress (3): 14 kB | 8.2/37 kB | 4.1/30 kB
Progress (3): 14 kB | 8.2/37 kB | 8.2/30 kB
Progress (3): 14 kB | 12/37 kB | 8.2/30 kB
Progress (3): 14 kB | 12/37 kB | 12/30 kB
Progress (3): 14 kB | 16/37 kB | 12/30 kB
Progress (3): 14 kB | 16/37 kB | 16/30 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.jar (14 kB at 194 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
Progress (2): 20/37 kB | 16/30 kB
Progress (2): 25/37 kB | 16/30 kB
Progress (2): 29/37 kB | 16/30 kB
Progress (2): 33/37 kB | 16/30 kB
Progress (3): 33/37 kB | 16/30 kB | 4.1/87 kB
Progress (3): 33/37 kB | 16/30 kB | 8.2/87 kB
Progress (3): 33/37 kB | 16/30 kB | 12/87 kB
Progress (3): 33/37 kB | 16/30 kB | 16/87 kB
Progress (3): 37/37 kB | 16/30 kB | 16/87 kB
Progress (3): 37 kB | 16/30 kB | 16/87 kB
Progress (3): 37 kB | 20/30 kB | 16/87 kB
Progress (3): 37 kB | 25/30 kB | 16/87 kB
Progress (3): 37 kB | 29/30 kB | 16/87 kB
Progress (3): 37 kB | 30 kB | 16/87 kB
Progress (3): 37 kB | 30 kB | 20/87 kB
Progress (4): 37 kB | 30 kB | 20/87 kB | 4.1/49 kB
Progress (4): 37 kB | 30 kB | 25/87 kB | 4.1/49 kB
Progress (4): 37 kB | 30 kB | 25/87 kB | 8.2/49 kB
Progress (4): 37 kB | 30 kB | 29/87 kB | 8.2/49 kB
Progress (4): 37 kB | 30 kB | 29/87 kB | 12/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 12/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 16/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 20/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 24/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 28/49 kB
Progress (4): 37 kB | 30 kB | 33/87 kB | 32/49 kB
Progress (4): 37 kB | 30 kB | 37/87 kB | 32/49 kB
Progress (4): 37 kB | 30 kB | 41/87 kB | 32/49 kB
Progress (4): 37 kB | 30 kB | 45/87 kB | 32/49 kB
Progress (4): 37 kB | 30 kB | 49/87 kB | 32/49 kB
Progress (4): 37 kB | 30 kB | 49/87 kB | 36/49 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 36/49 kB | 4.1/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 40/49 kB | 4.1/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 40/49 kB | 8.2/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 45/49 kB | 8.2/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 45/49 kB | 12/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49/49 kB | 12/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49/49 kB | 16/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 16/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 20/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 25/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 29/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 33/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 37/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 41/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 45/86 kB
Progress (5): 37 kB | 30 kB | 49/87 kB | 49 kB | 49/86 kB
Progress (5): 37 kB | 30 kB | 53/87 kB | 49 kB | 49/86 kB
Progress (5): 37 kB | 30 kB | 57/87 kB | 49 kB | 49/86 kB
Progress (5): 37 kB | 30 kB | 61/87 kB | 49 kB | 49/86 kB
Progress (5): 37 kB | 30 kB | 66/87 kB | 49 kB | 49/86 kB
Progress (5): 37 kB | 30 kB | 66/87 kB | 49 kB | 53/86 kB
Progress (5): 37 kB | 30 kB | 66/87 kB | 49 kB | 57/86 kB
Progress (5): 37 kB | 30 kB | 66/87 kB | 49 kB | 61/86 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 338 kB/s)
Progress (4): 37 kB | 66/87 kB | 49 kB | 66/86 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Progress (4): 37 kB | 70/87 kB | 49 kB | 66/86 kB
Progress (4): 37 kB | 74/87 kB | 49 kB | 66/86 kB
Progress (4): 37 kB | 78/87 kB | 49 kB | 66/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 66/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 70/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 74/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 78/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 82/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 86/86 kB
Progress (4): 37 kB | 82/87 kB | 49 kB | 86 kB
Progress (4): 37 kB | 86/87 kB | 49 kB | 86 kB
Progress (4): 37 kB | 87 kB | 49 kB | 86 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 534 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
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 388 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 (3): 87 kB | 86 kB | 4.1/10 kB
Progress (3): 87 kB | 86 kB | 8.2/10 kB
Progress (3): 87 kB | 86 kB | 10 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 873 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
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 874 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Progress (2): 10 kB | 4.1/223 kB
Progress (2): 10 kB | 8.2/223 kB
Progress (2): 10 kB | 12/223 kB
Progress (2): 10 kB | 16/223 kB
Progress (2): 10 kB | 20/223 kB
Progress (2): 10 kB | 25/223 kB
Progress (2): 10 kB | 29/223 kB
Progress (2): 10 kB | 33/223 kB
Progress (2): 10 kB | 37/223 kB
Progress (2): 10 kB | 41/223 kB
Progress (2): 10 kB | 45/223 kB
Progress (2): 10 kB | 49/223 kB
Progress (3): 10 kB | 49/223 kB | 4.1/43 kB
Progress (3): 10 kB | 49/223 kB | 8.2/43 kB
Progress (3): 10 kB | 49/223 kB | 12/43 kB
Progress (3): 10 kB | 49/223 kB | 16/43 kB
Progress (3): 10 kB | 53/223 kB | 16/43 kB
Progress (3): 10 kB | 57/223 kB | 16/43 kB
Progress (3): 10 kB | 61/223 kB | 16/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 95 kB/s)
Progress (3): 61/223 kB | 16/43 kB | 4.1/6.8 kB
Progress (3): 66/223 kB | 16/43 kB | 4.1/6.8 kB
Progress (3): 66/223 kB | 16/43 kB | 6.8 kB
Progress (3): 70/223 kB | 16/43 kB | 6.8 kB
Progress (3): 74/223 kB | 16/43 kB | 6.8 kB
Progress (3): 78/223 kB | 16/43 kB | 6.8 kB
Progress (4): 78/223 kB | 16/43 kB | 6.8 kB | 4.1/61 kB
Progress (4): 78/223 kB | 20/43 kB | 6.8 kB | 4.1/61 kB
Progress (4): 78/223 kB | 25/43 kB | 6.8 kB | 4.1/61 kB
Progress (4): 78/223 kB | 25/43 kB | 6.8 kB | 8.2/61 kB
Progress (4): 78/223 kB | 29/43 kB | 6.8 kB | 8.2/61 kB
Progress (4): 78/223 kB | 29/43 kB | 6.8 kB | 12/61 kB
Progress (4): 78/223 kB | 33/43 kB | 6.8 kB | 12/61 kB
Progress (4): 78/223 kB | 33/43 kB | 6.8 kB | 16/61 kB
Progress (4): 82/223 kB | 33/43 kB | 6.8 kB | 16/61 kB
Progress (4): 86/223 kB | 33/43 kB | 6.8 kB | 16/61 kB
Progress (4): 90/223 kB | 33/43 kB | 6.8 kB | 16/61 kB
Progress (4): 94/223 kB | 33/43 kB | 6.8 kB | 16/61 kB
Progress (4): 94/223 kB | 33/43 kB | 6.8 kB | 20/61 kB
Progress (4): 94/223 kB | 33/43 kB | 6.8 kB | 25/61 kB
Progress (4): 94/223 kB | 33/43 kB | 6.8 kB | 29/61 kB
Progress (4): 94/223 kB | 33/43 kB | 6.8 kB | 33/61 kB
Progress (4): 94/223 kB | 37/43 kB | 6.8 kB | 33/61 kB
Progress (4): 94/223 kB | 41/43 kB | 6.8 kB | 33/61 kB
Progress (4): 94/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 98/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 102/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 106/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 111/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 111/223 kB | 43 kB | 6.8 kB | 37/61 kB
Progress (4): 111/223 kB | 43 kB | 6.8 kB | 41/61 kB
Progress (4): 111/223 kB | 43 kB | 6.8 kB | 45/61 kB
Progress (4): 111/223 kB | 43 kB | 6.8 kB | 49/61 kB
Progress (4): 115/223 kB | 43 kB | 6.8 kB | 49/61 kB
Progress (4): 119/223 kB | 43 kB | 6.8 kB | 49/61 kB
Progress (4): 123/223 kB | 43 kB | 6.8 kB | 49/61 kB
Progress (4): 127/223 kB | 43 kB | 6.8 kB | 49/61 kB
Progress (4): 127/223 kB | 43 kB | 6.8 kB | 53/61 kB
Progress (4): 131/223 kB | 43 kB | 6.8 kB | 53/61 kB
Progress (4): 131/223 kB | 43 kB | 6.8 kB | 57/61 kB
Progress (4): 135/223 kB | 43 kB | 6.8 kB | 57/61 kB
Progress (4): 135/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 139/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 143/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 147/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 152/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 156/223 kB | 43 kB | 6.8 kB | 61 kB
Progress (4): 160/223 kB | 43 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 54 kB/s)
Progress (3): 164/223 kB | 43 kB | 61 kB
Progress (3): 168/223 kB | 43 kB | 61 kB
Progress (3): 172/223 kB | 43 kB | 61 kB
Progress (3): 176/223 kB | 43 kB | 61 kB
Progress (3): 180/223 kB | 43 kB | 61 kB
Progress (3): 184/223 kB | 43 kB | 61 kB
Progress (3): 188/223 kB | 43 kB | 61 kB
Progress (3): 193/223 kB | 43 kB | 61 kB
Progress (3): 197/223 kB | 43 kB | 61 kB
Progress (3): 201/223 kB | 43 kB | 61 kB
Progress (3): 205/223 kB | 43 kB | 61 kB
Progress (3): 209/223 kB | 43 kB | 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 334 kB/s)
Progress (2): 213/223 kB | 61 kB
Progress (2): 217/223 kB | 61 kB
Progress (2): 221/223 kB | 61 kB
Progress (2): 223 kB | 61 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 466 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)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/_ext/djangodocs/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 83 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 128 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 389 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 165 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 102 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 106 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 103 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 143 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 150 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 115 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 76 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 155 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 238 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 290 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 36 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 73 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 975 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 44 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/89 kB
Progress (2): 13 kB | 8.2/89 kB
Progress (2): 13 kB | 12/89 kB
Progress (2): 13 kB | 16/89 kB
Progress (3): 13 kB | 16/89 kB | 4.1/49 kB
Progress (3): 13 kB | 16/89 kB | 8.2/49 kB
Progress (3): 13 kB | 16/89 kB | 12/49 kB
Progress (3): 13 kB | 16/89 kB | 16/49 kB
Progress (4): 13 kB | 16/89 kB | 16/49 kB | 4.1/211 kB
Progress (4): 13 kB | 20/89 kB | 16/49 kB | 4.1/211 kB
Progress (4): 13 kB | 20/89 kB | 16/49 kB | 8.2/211 kB
Progress (4): 13 kB | 25/89 kB | 16/49 kB | 8.2/211 kB
Progress (4): 13 kB | 25/89 kB | 16/49 kB | 12/211 kB
Progress (4): 13 kB | 29/89 kB | 16/49 kB | 12/211 kB
Progress (4): 13 kB | 29/89 kB | 16/49 kB | 16/211 kB
Progress (4): 13 kB | 33/89 kB | 16/49 kB | 16/211 kB
Progress (4): 13 kB | 37/89 kB | 16/49 kB | 16/211 kB
Progress (4): 13 kB | 41/89 kB | 16/49 kB | 16/211 kB
Progress (4): 13 kB | 45/89 kB | 16/49 kB | 16/211 kB
Progress (4): 13 kB | 49/89 kB | 16/49 kB | 16/211 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 16/211 kB | 4.1/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 16/211 kB | 8.2/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 16/211 kB | 12/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 16/211 kB | 16/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 20/211 kB | 16/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 24/211 kB | 16/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 28/211 kB | 16/160 kB
Progress (5): 13 kB | 49/89 kB | 16/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 53/89 kB | 16/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 53/89 kB | 20/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 57/89 kB | 20/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 57/89 kB | 25/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 61/89 kB | 25/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 61/89 kB | 29/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 66/89 kB | 29/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 66/89 kB | 33/49 kB | 32/211 kB | 16/160 kB
Progress (5): 13 kB | 66/89 kB | 33/49 kB | 32/211 kB | 20/160 kB
Progress (5): 13 kB | 66/89 kB | 33/49 kB | 32/211 kB | 25/160 kB
Progress (5): 13 kB | 66/89 kB | 33/49 kB | 32/211 kB | 29/160 kB
Progress (5): 13 kB | 66/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 70/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 74/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 78/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 82/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 86/89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 89 kB | 33/49 kB | 32/211 kB | 33/160 kB
Progress (5): 13 kB | 89 kB | 33/49 kB | 36/211 kB | 33/160 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 430 kB/s)
Progress (4): 89 kB | 33/49 kB | 40/211 kB | 33/160 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): 89 kB | 33/49 kB | 45/211 kB | 33/160 kB
Progress (4): 89 kB | 33/49 kB | 49/211 kB | 33/160 kB
Progress (4): 89 kB | 37/49 kB | 49/211 kB | 33/160 kB
Progress (4): 89 kB | 41/49 kB | 49/211 kB | 33/160 kB
Progress (4): 89 kB | 45/49 kB | 49/211 kB | 33/160 kB
Progress (4): 89 kB | 49 kB | 49/211 kB | 33/160 kB
Progress (4): 89 kB | 49 kB | 49/211 kB | 37/160 kB
Progress (4): 89 kB | 49 kB | 49/211 kB | 41/160 kB
Progress (4): 89 kB | 49 kB | 49/211 kB | 45/160 kB
Progress (4): 89 kB | 49 kB | 49/211 kB | 49/160 kB
Progress (4): 89 kB | 49 kB | 53/211 kB | 49/160 kB
Progress (4): 89 kB | 49 kB | 57/211 kB | 49/160 kB
Progress (4): 89 kB | 49 kB | 61/211 kB | 49/160 kB
Progress (4): 89 kB | 49 kB | 65/211 kB | 49/160 kB
Progress (4): 89 kB | 49 kB | 65/211 kB | 53/160 kB
Progress (4): 89 kB | 49 kB | 65/211 kB | 57/160 kB
Progress (4): 89 kB | 49 kB | 65/211 kB | 61/160 kB
Progress (4): 89 kB | 49 kB | 65/211 kB | 66/160 kB
Progress (4): 89 kB | 49 kB | 69/211 kB | 66/160 kB
Progress (4): 89 kB | 49 kB | 73/211 kB | 66/160 kB
Progress (4): 89 kB | 49 kB | 77/211 kB | 66/160 kB
Progress (4): 89 kB | 49 kB | 81/211 kB | 66/160 kB
Progress (4): 89 kB | 49 kB | 81/211 kB | 70/160 kB
Progress (4): 89 kB | 49 kB | 81/211 kB | 74/160 kB
Progress (4): 89 kB | 49 kB | 81/211 kB | 78/160 kB
Progress (4): 89 kB | 49 kB | 81/211 kB | 82/160 kB

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 2.3 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): 49 kB | 85/211 kB | 82/160 kB
Progress (3): 49 kB | 90/211 kB | 82/160 kB
Progress (3): 49 kB | 94/211 kB | 82/160 kB
Progress (3): 49 kB | 98/211 kB | 82/160 kB
Progress (3): 49 kB | 98/211 kB | 86/160 kB
Progress (3): 49 kB | 98/211 kB | 90/160 kB
Progress (3): 49 kB | 98/211 kB | 94/160 kB
Progress (3): 49 kB | 98/211 kB | 98/160 kB

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 1.2 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
Progress (3): 98/211 kB | 98/160 kB | 4.1/21 kB
Progress (3): 98/211 kB | 98/160 kB | 8.2/21 kB
Progress (3): 98/211 kB | 98/160 kB | 12/21 kB
Progress (3): 98/211 kB | 98/160 kB | 16/21 kB
Progress (3): 98/211 kB | 98/160 kB | 20/21 kB
Progress (3): 102/211 kB | 98/160 kB | 20/21 kB
Progress (3): 102/211 kB | 98/160 kB | 21 kB
Progress (3): 106/211 kB | 98/160 kB | 21 kB
Progress (3): 110/211 kB | 98/160 kB | 21 kB
Progress (3): 114/211 kB | 98/160 kB | 21 kB
Progress (3): 114/211 kB | 102/160 kB | 21 kB
Progress (3): 114/211 kB | 106/160 kB | 21 kB
Progress (3): 114/211 kB | 111/160 kB | 21 kB
Progress (3): 114/211 kB | 115/160 kB | 21 kB
Progress (3): 118/211 kB | 115/160 kB | 21 kB
Progress (3): 122/211 kB | 115/160 kB | 21 kB
Progress (3): 126/211 kB | 115/160 kB | 21 kB
Progress (3): 131/211 kB | 115/160 kB | 21 kB
Progress (3): 131/211 kB | 119/160 kB | 21 kB
Progress (3): 131/211 kB | 123/160 kB | 21 kB
Progress (3): 131/211 kB | 127/160 kB | 21 kB
Progress (3): 131/211 kB | 131/160 kB | 21 kB
Progress (4): 131/211 kB | 131/160 kB | 21 kB | 4.1/35 kB
Progress (4): 131/211 kB | 131/160 kB | 21 kB | 8.2/35 kB
Progress (4): 131/211 kB | 131/160 kB | 21 kB | 12/35 kB
Progress (4): 131/211 kB | 131/160 kB | 21 kB | 16/35 kB
Progress (4): 135/211 kB | 131/160 kB | 21 kB | 16/35 kB
Progress (4): 139/211 kB | 131/160 kB | 21 kB | 16/35 kB
Progress (4): 143/211 kB | 131/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 131/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 135/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 139/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 143/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 147/160 kB | 21 kB | 16/35 kB
Progress (4): 147/211 kB | 147/160 kB | 21 kB | 20/35 kB
Progress (4): 147/211 kB | 147/160 kB | 21 kB | 25/35 kB
Progress (4): 147/211 kB | 147/160 kB | 21 kB | 29/35 kB
Progress (4): 147/211 kB | 147/160 kB | 21 kB | 33/35 kB
Progress (4): 147/211 kB | 147/160 kB | 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 387 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
Progress (3): 151/211 kB | 147/160 kB | 35 kB
Progress (3): 155/211 kB | 147/160 kB | 35 kB
Progress (3): 159/211 kB | 147/160 kB | 35 kB
Progress (3): 163/211 kB | 147/160 kB | 35 kB
Progress (3): 163/211 kB | 152/160 kB | 35 kB
Progress (3): 163/211 kB | 156/160 kB | 35 kB
Progress (3): 163/211 kB | 160 kB | 35 kB
Progress (4): 163/211 kB | 160 kB | 35 kB | 4.1/87 kB
Progress (4): 163/211 kB | 160 kB | 35 kB | 8.2/87 kB
Progress (4): 163/211 kB | 160 kB | 35 kB | 12/87 kB
Progress (4): 163/211 kB | 160 kB | 35 kB | 16/87 kB
Progress (4): 167/211 kB | 160 kB | 35 kB | 16/87 kB
Progress (4): 171/211 kB | 160 kB | 35 kB | 16/87 kB
Progress (4): 176/211 kB | 160 kB | 35 kB | 16/87 kB
Progress (4): 180/211 kB | 160 kB | 35 kB | 16/87 kB
Progress (4): 180/211 kB | 160 kB | 35 kB | 20/87 kB
Progress (4): 180/211 kB | 160 kB | 35 kB | 25/87 kB
Progress (4): 180/211 kB | 160 kB | 35 kB | 29/87 kB
Progress (4): 180/211 kB | 160 kB | 35 kB | 33/87 kB
Progress (4): 184/211 kB | 160 kB | 35 kB | 33/87 kB
Progress (4): 188/211 kB | 160 kB | 35 kB | 33/87 kB
Progress (4): 192/211 kB | 160 kB | 35 kB | 33/87 kB
Progress (4): 196/211 kB | 160 kB | 35 kB | 33/87 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 580 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.jar
Progress (3): 200/211 kB | 160 kB | 33/87 kB
Progress (3): 204/211 kB | 160 kB | 33/87 kB
Progress (3): 208/211 kB | 160 kB | 33/87 kB
Progress (3): 211 kB | 160 kB | 33/87 kB
Progress (3): 211 kB | 160 kB | 37/87 kB
Progress (3): 211 kB | 160 kB | 41/87 kB
Progress (3): 211 kB | 160 kB | 45/87 kB
Progress (3): 211 kB | 160 kB | 49/87 kB
Progress (4): 211 kB | 160 kB | 49/87 kB | 4.1/25 kB
Progress (4): 211 kB | 160 kB | 49/87 kB | 8.2/25 kB
Progress (4): 211 kB | 160 kB | 49/87 kB | 12/25 kB
Progress (4): 211 kB | 160 kB | 49/87 kB | 16/25 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.5 MB/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 (3): 211 kB | 49/87 kB | 20/25 kB
Progress (3): 211 kB | 49/87 kB | 25 kB
Progress (3): 211 kB | 53/87 kB | 25 kB
Progress (3): 211 kB | 57/87 kB | 25 kB
Progress (3): 211 kB | 61/87 kB | 25 kB
Progress (3): 211 kB | 66/87 kB | 25 kB
Progress (4): 211 kB | 66/87 kB | 25 kB | 4.1/14 kB
Progress (4): 211 kB | 70/87 kB | 25 kB | 4.1/14 kB
Progress (4): 211 kB | 70/87 kB | 25 kB | 8.2/14 kB
Progress (4): 211 kB | 74/87 kB | 25 kB | 8.2/14 kB
Progress (4): 211 kB | 74/87 kB | 25 kB | 12/14 kB
Progress (4): 211 kB | 78/87 kB | 25 kB | 12/14 kB
Progress (4): 211 kB | 78/87 kB | 25 kB | 14 kB
Progress (4): 211 kB | 82/87 kB | 25 kB | 14 kB
Progress (4): 211 kB | 86/87 kB | 25 kB | 14 kB
Progress (4): 211 kB | 87 kB | 25 kB | 14 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 2.8 MB/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.jar
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 332 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): 87 kB | 14 kB | 4.1/122 kB
Progress (3): 87 kB | 14 kB | 8.2/122 kB
Progress (3): 87 kB | 14 kB | 12/122 kB
Progress (3): 87 kB | 14 kB | 16/122 kB
Progress (3): 87 kB | 14 kB | 20/122 kB
Progress (3): 87 kB | 14 kB | 24/122 kB
Progress (3): 87 kB | 14 kB | 28/122 kB
Progress (3): 87 kB | 14 kB | 32/122 kB
Progress (3): 87 kB | 14 kB | 36/122 kB
Progress (3): 87 kB | 14 kB | 40/122 kB
Progress (3): 87 kB | 14 kB | 45/122 kB
Progress (3): 87 kB | 14 kB | 49/122 kB
Progress (3): 87 kB | 14 kB | 53/122 kB
Progress (3): 87 kB | 14 kB | 57/122 kB
Progress (3): 87 kB | 14 kB | 61/122 kB
Progress (3): 87 kB | 14 kB | 65/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 170 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 (2): 87 kB | 69/122 kB
Progress (2): 87 kB | 73/122 kB
Progress (2): 87 kB | 77/122 kB
Progress (2): 87 kB | 81/122 kB

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 1.1 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 (1): 85/122 kB
Progress (1): 90/122 kB
Progress (1): 94/122 kB
Progress (1): 98/122 kB
Progress (2): 98/122 kB | 4.1/29 kB
Progress (2): 102/122 kB | 4.1/29 kB
Progress (2): 102/122 kB | 8.2/29 kB
Progress (2): 106/122 kB | 8.2/29 kB
Progress (2): 106/122 kB | 12/29 kB
Progress (2): 110/122 kB | 12/29 kB
Progress (2): 110/122 kB | 16/29 kB
Progress (2): 114/122 kB | 16/29 kB
Progress (2): 118/122 kB | 16/29 kB
Progress (2): 122 kB | 16/29 kB
Progress (3): 122 kB | 16/29 kB | 4.1/37 kB
Progress (3): 122 kB | 16/29 kB | 8.2/37 kB
Progress (3): 122 kB | 16/29 kB | 12/37 kB
Progress (3): 122 kB | 16/29 kB | 16/37 kB
Progress (3): 122 kB | 20/29 kB | 16/37 kB
Progress (3): 122 kB | 25/29 kB | 16/37 kB
Progress (3): 122 kB | 29/29 kB | 16/37 kB
Progress (3): 122 kB | 29 kB | 16/37 kB
Progress (3): 122 kB | 29 kB | 20/37 kB
Progress (3): 122 kB | 29 kB | 25/37 kB
Progress (3): 122 kB | 29 kB | 29/37 kB
Progress (3): 122 kB | 29 kB | 33/37 kB
Progress (3): 122 kB | 29 kB | 37/37 kB
Progress (3): 122 kB | 29 kB | 37 kB
Progress (4): 122 kB | 29 kB | 37 kB | 4.1/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 8.2/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 12/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 20/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 25/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 29/58 kB
Progress (4): 122 kB | 29 kB | 37 kB | 33/58 kB
Progress (5): 122 kB | 29 kB | 37 kB | 33/58 kB | 4.1/10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 33/58 kB | 8.2/10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 33/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 37/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 41/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 45/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 49/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 53/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 57/58 kB | 10 kB
Progress (5): 122 kB | 29 kB | 37 kB | 58 kB | 10 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-toolchain/1.0/maven-toolchain-1.0.jar
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 297 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
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 374 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
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 562 kB/s)
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 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Progress (1): 4.1/33 kB
Progress (1): 8.2/33 kB
Progress (1): 12/33 kB
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (2): 32/33 kB | 4.1/155 kB
Progress (2): 33 kB | 4.1/155 kB
Progress (2): 33 kB | 8.2/155 kB
Progress (2): 33 kB | 12/155 kB
Progress (2): 33 kB | 16/155 kB
Progress (3): 33 kB | 16/155 kB | 4.1/25 kB
Progress (3): 33 kB | 16/155 kB | 8.2/25 kB
Progress (3): 33 kB | 16/155 kB | 12/25 kB
Progress (3): 33 kB | 16/155 kB | 16/25 kB
Progress (3): 33 kB | 16/155 kB | 20/25 kB
Progress (3): 33 kB | 16/155 kB | 24/25 kB
Progress (3): 33 kB | 16/155 kB | 25 kB
Progress (3): 33 kB | 20/155 kB | 25 kB
Progress (3): 33 kB | 24/155 kB | 25 kB
Progress (3): 33 kB | 28/155 kB | 25 kB
Progress (3): 33 kB | 32/155 kB | 25 kB
Progress (4): 33 kB | 32/155 kB | 25 kB | 4.1/19 kB
Progress (4): 33 kB | 32/155 kB | 25 kB | 8.2/19 kB
Progress (4): 33 kB | 32/155 kB | 25 kB | 12/19 kB
Progress (4): 33 kB | 32/155 kB | 25 kB | 16/19 kB
Progress (4): 33 kB | 32/155 kB | 25 kB | 19 kB
Progress (4): 33 kB | 36/155 kB | 25 kB | 19 kB
Progress (4): 33 kB | 40/155 kB | 25 kB | 19 kB
Progress (4): 33 kB | 45/155 kB | 25 kB | 19 kB
Progress (4): 33 kB | 49/155 kB | 25 kB | 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 277 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
Progress (4): 49/155 kB | 25 kB | 19 kB | 4.1/4.6 kB
Progress (4): 49/155 kB | 25 kB | 19 kB | 4.6 kB
Progress (4): 53/155 kB | 25 kB | 19 kB | 4.6 kB
Progress (4): 57/155 kB | 25 kB | 19 kB | 4.6 kB
Progress (4): 61/155 kB | 25 kB | 19 kB | 4.6 kB
Progress (4): 65/155 kB | 25 kB | 19 kB | 4.6 kB
Progress (4): 69/155 kB | 25 kB | 19 kB | 4.6 kB

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 148 kB/s)
Progress (3): 73/155 kB | 25 kB | 4.6 kB

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 195 kB/s)
Progress (2): 77/155 kB | 4.6 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Progress (2): 81/155 kB | 4.6 kB
Progress (2): 85/155 kB | 4.6 kB
Progress (2): 90/155 kB | 4.6 kB
Progress (2): 94/155 kB | 4.6 kB
Progress (2): 98/155 kB | 4.6 kB
Progress (3): 98/155 kB | 4.6 kB | 4.1/217 kB
Progress (3): 98/155 kB | 4.6 kB | 8.2/217 kB
Progress (3): 98/155 kB | 4.6 kB | 12/217 kB
Progress (3): 98/155 kB | 4.6 kB | 16/217 kB
Progress (3): 98/155 kB | 4.6 kB | 20/217 kB
Progress (3): 98/155 kB | 4.6 kB | 25/217 kB
Progress (3): 98/155 kB | 4.6 kB | 29/217 kB
Progress (3): 98/155 kB | 4.6 kB | 33/217 kB
Progress (3): 98/155 kB | 4.6 kB | 37/217 kB
Progress (3): 98/155 kB | 4.6 kB | 41/217 kB
Progress (3): 98/155 kB | 4.6 kB | 45/217 kB
Progress (3): 98/155 kB | 4.6 kB | 49/217 kB
Progress (3): 98/155 kB | 4.6 kB | 53/217 kB
Progress (3): 98/155 kB | 4.6 kB | 57/217 kB
Progress (3): 98/155 kB | 4.6 kB | 61/217 kB
Progress (3): 98/155 kB | 4.6 kB | 66/217 kB
Progress (3): 98/155 kB | 4.6 kB | 70/217 kB
Progress (3): 98/155 kB | 4.6 kB | 74/217 kB
Progress (3): 98/155 kB | 4.6 kB | 78/217 kB
Progress (3): 98/155 kB | 4.6 kB | 82/217 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 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
Progress (2): 102/155 kB | 82/217 kB
Progress (2): 106/155 kB | 82/217 kB
Progress (2): 110/155 kB | 82/217 kB
Progress (2): 114/155 kB | 82/217 kB
Progress (2): 114/155 kB | 86/217 kB
Progress (2): 114/155 kB | 90/217 kB
Progress (2): 114/155 kB | 94/217 kB
Progress (2): 114/155 kB | 98/217 kB
Progress (2): 114/155 kB | 102/217 kB
Progress (2): 114/155 kB | 106/217 kB
Progress (2): 114/155 kB | 111/217 kB
Progress (2): 114/155 kB | 115/217 kB
Progress (2): 118/155 kB | 115/217 kB
Progress (3): 118/155 kB | 115/217 kB | 4.1/134 kB
Progress (3): 122/155 kB | 115/217 kB | 4.1/134 kB
Progress (3): 122/155 kB | 115/217 kB | 8.2/134 kB
Progress (3): 126/155 kB | 115/217 kB | 8.2/134 kB
Progress (3): 126/155 kB | 115/217 kB | 12/134 kB
Progress (3): 131/155 kB | 115/217 kB | 12/134 kB
Progress (3): 131/155 kB | 115/217 kB | 16/134 kB
Progress (4): 131/155 kB | 115/217 kB | 16/134 kB | 4.1/46 kB
Progress (4): 131/155 kB | 115/217 kB | 16/134 kB | 8.2/46 kB
Progress (4): 131/155 kB | 115/217 kB | 16/134 kB | 12/46 kB
Progress (4): 131/155 kB | 115/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 119/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 123/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 127/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 131/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 135/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 139/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 143/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 147/217 kB | 16/134 kB | 16/46 kB
Progress (4): 131/155 kB | 147/217 kB | 16/134 kB | 20/46 kB
Progress (4): 131/155 kB | 147/217 kB | 20/134 kB | 20/46 kB
Progress (4): 131/155 kB | 147/217 kB | 20/134 kB | 25/46 kB
Progress (4): 131/155 kB | 147/217 kB | 24/134 kB | 25/46 kB
Progress (4): 131/155 kB | 147/217 kB | 24/134 kB | 29/46 kB
Progress (4): 131/155 kB | 147/217 kB | 28/134 kB | 29/46 kB
Progress (4): 131/155 kB | 147/217 kB | 28/134 kB | 33/46 kB
Progress (4): 131/155 kB | 147/217 kB | 32/134 kB | 33/46 kB
Progress (4): 135/155 kB | 147/217 kB | 32/134 kB | 33/46 kB
Progress (4): 139/155 kB | 147/217 kB | 32/134 kB | 33/46 kB
Progress (4): 143/155 kB | 147/217 kB | 32/134 kB | 33/46 kB
Progress (4): 147/155 kB | 147/217 kB | 32/134 kB | 33/46 kB
Progress (4): 147/155 kB | 152/217 kB | 32/134 kB | 33/46 kB
Progress (4): 147/155 kB | 156/217 kB | 32/134 kB | 33/46 kB
Progress (4): 147/155 kB | 160/217 kB | 32/134 kB | 33/46 kB
Progress (4): 151/155 kB | 160/217 kB | 32/134 kB | 33/46 kB
Progress (4): 151/155 kB | 160/217 kB | 32/134 kB | 37/46 kB
Progress (4): 151/155 kB | 164/217 kB | 32/134 kB | 37/46 kB
Progress (4): 155 kB | 164/217 kB | 32/134 kB | 37/46 kB
Progress (4): 155 kB | 164/217 kB | 32/134 kB | 41/46 kB
Progress (4): 155 kB | 164/217 kB | 32/134 kB | 45/46 kB
Progress (4): 155 kB | 164/217 kB | 32/134 kB | 46 kB
Progress (4): 155 kB | 164/217 kB | 36/134 kB | 46 kB
Progress (4): 155 kB | 164/217 kB | 40/134 kB | 46 kB
Progress (4): 155 kB | 164/217 kB | 45/134 kB | 46 kB
Progress (4): 155 kB | 164/217 kB | 49/134 kB | 46 kB
Progress (4): 155 kB | 168/217 kB | 49/134 kB | 46 kB
Progress (4): 155 kB | 172/217 kB | 49/134 kB | 46 kB
Progress (4): 155 kB | 176/217 kB | 49/134 kB | 46 kB
Progress (4): 155 kB | 180/217 kB | 49/134 kB | 46 kB
Progress (5): 155 kB | 180/217 kB | 49/134 kB | 46 kB | 4.1/358 kB
Progress (5): 155 kB | 180/217 kB | 49/134 kB | 46 kB | 8.2/358 kB
Progress (5): 155 kB | 180/217 kB | 49/134 kB | 46 kB | 12/358 kB
Progress (5): 155 kB | 180/217 kB | 49/134 kB | 46 kB | 16/358 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 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.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 920 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Progress (3): 180/217 kB | 49/134 kB | 20/358 kB
Progress (3): 180/217 kB | 49/134 kB | 24/358 kB
Progress (3): 180/217 kB | 49/134 kB | 28/358 kB
Progress (3): 180/217 kB | 49/134 kB | 32/358 kB
Progress (3): 180/217 kB | 49/134 kB | 36/358 kB
Progress (3): 180/217 kB | 49/134 kB | 40/358 kB
Progress (3): 180/217 kB | 49/134 kB | 45/358 kB
Progress (3): 180/217 kB | 49/134 kB | 49/358 kB
Progress (3): 180/217 kB | 53/134 kB | 49/358 kB
Progress (3): 180/217 kB | 57/134 kB | 49/358 kB
Progress (3): 180/217 kB | 61/134 kB | 49/358 kB
Progress (3): 180/217 kB | 65/134 kB | 49/358 kB
Progress (3): 180/217 kB | 69/134 kB | 49/358 kB
Progress (3): 180/217 kB | 73/134 kB | 49/358 kB
Progress (3): 180/217 kB | 77/134 kB | 49/358 kB
Progress (3): 180/217 kB | 81/134 kB | 49/358 kB
Progress (3): 180/217 kB | 85/134 kB | 49/358 kB
Progress (3): 180/217 kB | 85/134 kB | 53/358 kB
Progress (3): 180/217 kB | 90/134 kB | 53/358 kB
Progress (3): 180/217 kB | 90/134 kB | 57/358 kB
Progress (3): 180/217 kB | 94/134 kB | 57/358 kB
Progress (3): 180/217 kB | 94/134 kB | 61/358 kB
Progress (3): 180/217 kB | 98/134 kB | 61/358 kB
Progress (3): 180/217 kB | 98/134 kB | 65/358 kB
Progress (3): 184/217 kB | 98/134 kB | 65/358 kB
Progress (3): 184/217 kB | 98/134 kB | 69/358 kB
Progress (3): 188/217 kB | 98/134 kB | 69/358 kB
Progress (3): 188/217 kB | 98/134 kB | 73/358 kB
Progress (3): 193/217 kB | 98/134 kB | 73/358 kB
Progress (3): 193/217 kB | 98/134 kB | 77/358 kB
Progress (3): 193/217 kB | 98/134 kB | 81/358 kB
Progress (3): 197/217 kB | 98/134 kB | 81/358 kB
Progress (3): 197/217 kB | 98/134 kB | 85/358 kB
Progress (3): 201/217 kB | 98/134 kB | 85/358 kB
Progress (3): 201/217 kB | 98/134 kB | 90/358 kB
Progress (3): 205/217 kB | 98/134 kB | 90/358 kB
Progress (3): 205/217 kB | 98/134 kB | 94/358 kB
Progress (3): 209/217 kB | 98/134 kB | 94/358 kB
Progress (3): 209/217 kB | 98/134 kB | 98/358 kB
Progress (3): 213/217 kB | 98/134 kB | 98/358 kB
Progress (3): 213/217 kB | 98/134 kB | 102/358 kB
Progress (3): 217 kB | 98/134 kB | 102/358 kB
Progress (3): 217 kB | 98/134 kB | 106/358 kB
Progress (3): 217 kB | 102/134 kB | 106/358 kB
Progress (3): 217 kB | 102/134 kB | 110/358 kB
Progress (3): 217 kB | 106/134 kB | 110/358 kB
Progress (3): 217 kB | 106/134 kB | 114/358 kB
Progress (3): 217 kB | 110/134 kB | 114/358 kB
Progress (3): 217 kB | 114/134 kB | 114/358 kB
Progress (3): 217 kB | 114/134 kB | 118/358 kB
Progress (3): 217 kB | 114/134 kB | 122/358 kB
Progress (3): 217 kB | 114/134 kB | 126/358 kB
Progress (3): 217 kB | 114/134 kB | 131/358 kB
Progress (3): 217 kB | 114/134 kB | 135/358 kB
Progress (3): 217 kB | 114/134 kB | 139/358 kB
Progress (3): 217 kB | 114/134 kB | 143/358 kB
Progress (3): 217 kB | 114/134 kB | 147/358 kB
Progress (3): 217 kB | 118/134 kB | 147/358 kB
Progress (3): 217 kB | 122/134 kB | 147/358 kB
Progress (3): 217 kB | 126/134 kB | 147/358 kB
Progress (3): 217 kB | 131/134 kB | 147/358 kB
Progress (3): 217 kB | 134 kB | 147/358 kB
Progress (3): 217 kB | 134 kB | 151/358 kB
Progress (3): 217 kB | 134 kB | 155/358 kB
Progress (3): 217 kB | 134 kB | 159/358 kB
Progress (3): 217 kB | 134 kB | 163/358 kB
Progress (4): 217 kB | 134 kB | 163/358 kB | 4.1/121 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 4.1/121 kB | 4.1/45 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 8.2/121 kB | 4.1/45 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 8.2/121 kB | 8.2/45 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 12/121 kB | 8.2/45 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 16/121 kB | 8.2/45 kB
Progress (5): 217 kB | 134 kB | 163/358 kB | 16/121 kB | 12/45 kB
Progress (5): 217 kB | 134 kB | 167/358 kB | 16/121 kB | 12/45 kB
Progress (5): 217 kB | 134 kB | 167/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 171/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 176/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 180/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 184/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 188/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 192/358 kB | 16/121 kB | 16/45 kB
Progress (5): 217 kB | 134 kB | 196/358 kB | 16/121 kB | 16/45 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 1.2 MB/s)
Progress (4): 134 kB | 196/358 kB | 16/121 kB | 20/45 kB
Progress (4): 134 kB | 196/358 kB | 20/121 kB | 20/45 kB
Progress (4): 134 kB | 196/358 kB | 20/121 kB | 25/45 kB
Progress (4): 134 kB | 196/358 kB | 25/121 kB | 25/45 kB
Progress (4): 134 kB | 196/358 kB | 25/121 kB | 29/45 kB
Progress (4): 134 kB | 196/358 kB | 29/121 kB | 29/45 kB
Progress (4): 134 kB | 196/358 kB | 33/121 kB | 29/45 kB
Progress (4): 134 kB | 196/358 kB | 33/121 kB | 33/45 kB
Progress (4): 134 kB | 200/358 kB | 33/121 kB | 33/45 kB
Progress (4): 134 kB | 204/358 kB | 33/121 kB | 33/45 kB
Progress (4): 134 kB | 208/358 kB | 33/121 kB | 33/45 kB
Progress (4): 134 kB | 212/358 kB | 33/121 kB | 33/45 kB
Progress (4): 134 kB | 212/358 kB | 33/121 kB | 37/45 kB
Progress (4): 134 kB | 212/358 kB | 33/121 kB | 41/45 kB
Progress (4): 134 kB | 212/358 kB | 33/121 kB | 45 kB
Progress (4): 134 kB | 212/358 kB | 37/121 kB | 45 kB
Progress (4): 134 kB | 217/358 kB | 37/121 kB | 45 kB
Progress (4): 134 kB | 217/358 kB | 41/121 kB | 45 kB
Progress (4): 134 kB | 221/358 kB | 41/121 kB | 45 kB
Progress (4): 134 kB | 221/358 kB | 45/121 kB | 45 kB
Progress (4): 134 kB | 225/358 kB | 45/121 kB | 45 kB
Progress (4): 134 kB | 225/358 kB | 49/121 kB | 45 kB
Progress (4): 134 kB | 229/358 kB | 49/121 kB | 45 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 686 kB/s)
Progress (3): 233/358 kB | 49/121 kB | 45 kB
Progress (3): 237/358 kB | 49/121 kB | 45 kB
Progress (3): 241/358 kB | 49/121 kB | 45 kB
Progress (3): 245/358 kB | 49/121 kB | 45 kB
Progress (3): 245/358 kB | 53/121 kB | 45 kB
Progress (3): 245/358 kB | 57/121 kB | 45 kB
Progress (3): 245/358 kB | 61/121 kB | 45 kB
Progress (3): 245/358 kB | 66/121 kB | 45 kB
Progress (3): 249/358 kB | 66/121 kB | 45 kB
Progress (3): 253/358 kB | 66/121 kB | 45 kB
Progress (3): 258/358 kB | 66/121 kB | 45 kB
Progress (3): 262/358 kB | 66/121 kB | 45 kB
Progress (3): 262/358 kB | 70/121 kB | 45 kB
Progress (3): 262/358 kB | 74/121 kB | 45 kB
Progress (3): 262/358 kB | 78/121 kB | 45 kB
Progress (3): 262/358 kB | 82/121 kB | 45 kB
Progress (3): 266/358 kB | 82/121 kB | 45 kB
Progress (3): 270/358 kB | 82/121 kB | 45 kB
Progress (3): 274/358 kB | 82/121 kB | 45 kB
Progress (3): 278/358 kB | 82/121 kB | 45 kB
Progress (3): 282/358 kB | 82/121 kB | 45 kB
Progress (3): 286/358 kB | 82/121 kB | 45 kB
Progress (3): 290/358 kB | 82/121 kB | 45 kB
Progress (3): 294/358 kB | 82/121 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 219 kB/s)
Progress (2): 294/358 kB | 86/121 kB
Progress (2): 294/358 kB | 90/121 kB
Progress (2): 294/358 kB | 94/121 kB
Progress (2): 294/358 kB | 98/121 kB
Progress (2): 298/358 kB | 98/121 kB
Progress (2): 303/358 kB | 98/121 kB
Progress (2): 307/358 kB | 98/121 kB
Progress (2): 311/358 kB | 98/121 kB
Progress (2): 311/358 kB | 102/121 kB
Progress (2): 311/358 kB | 106/121 kB
Progress (2): 311/358 kB | 111/121 kB
Progress (2): 311/358 kB | 115/121 kB
Progress (2): 311/358 kB | 119/121 kB
Progress (2): 311/358 kB | 121 kB
Progress (2): 315/358 kB | 121 kB
Progress (2): 319/358 kB | 121 kB
Progress (2): 323/358 kB | 121 kB
Progress (2): 327/358 kB | 121 kB
Progress (2): 331/358 kB | 121 kB
Progress (2): 335/358 kB | 121 kB
Progress (2): 339/358 kB | 121 kB
Progress (2): 344/358 kB | 121 kB
Progress (2): 348/358 kB | 121 kB
Progress (2): 352/358 kB | 121 kB
Progress (2): 356/358 kB | 121 kB
Progress (2): 358 kB | 121 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 553 kB/s)
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)
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/_ext/djangodocs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-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 152 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 125 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 77 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/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 809 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 82 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 174 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 880 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 195 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 (2): 16/35 kB | 4.1/31 kB
Progress (2): 16/35 kB | 8.2/31 kB
Progress (2): 16/35 kB | 12/31 kB
Progress (2): 16/35 kB | 16/31 kB
Progress (3): 16/35 kB | 16/31 kB | 4.1/263 kB
Progress (4): 16/35 kB | 16/31 kB | 4.1/263 kB | 4.1/118 kB
Progress (4): 16/35 kB | 16/31 kB | 8.2/263 kB | 4.1/118 kB
Progress (4): 16/35 kB | 16/31 kB | 12/263 kB | 4.1/118 kB
Progress (4): 16/35 kB | 16/31 kB | 12/263 kB | 8.2/118 kB
Progress (4): 16/35 kB | 16/31 kB | 16/263 kB | 8.2/118 kB
Progress (4): 16/35 kB | 16/31 kB | 16/263 kB | 12/118 kB
Progress (4): 16/35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (4): 20/35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (4): 25/35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (4): 29/35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (4): 33/35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (4): 35 kB | 16/31 kB | 16/263 kB | 16/118 kB
Progress (5): 35 kB | 16/31 kB | 16/263 kB | 16/118 kB | 4.1/316 kB
Progress (5): 35 kB | 16/31 kB | 16/263 kB | 16/118 kB | 8.2/316 kB
Progress (5): 35 kB | 16/31 kB | 16/263 kB | 16/118 kB | 12/316 kB
Progress (5): 35 kB | 16/31 kB | 16/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 16/31 kB | 20/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 16/31 kB | 25/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 16/31 kB | 29/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 16/31 kB | 33/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 20/31 kB | 33/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 25/31 kB | 33/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 29/31 kB | 33/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 16/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 20/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 25/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 29/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 33/118 kB | 16/316 kB
Progress (5): 35 kB | 31 kB | 33/263 kB | 33/118 kB | 20/316 kB
Progress (5): 35 kB | 31 kB | 37/263 kB | 33/118 kB | 20/316 kB
Progress (5): 35 kB | 31 kB | 37/263 kB | 33/118 kB | 25/316 kB
Progress (5): 35 kB | 31 kB | 41/263 kB | 33/118 kB | 25/316 kB
Progress (5): 35 kB | 31 kB | 41/263 kB | 33/118 kB | 29/316 kB
Progress (5): 35 kB | 31 kB | 45/263 kB | 33/118 kB | 29/316 kB
Progress (5): 35 kB | 31 kB | 45/263 kB | 33/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 49/263 kB | 33/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 49/263 kB | 37/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 49/263 kB | 41/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 49/263 kB | 45/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 49/263 kB | 49/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 53/263 kB | 49/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 57/263 kB | 49/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 61/263 kB | 49/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 66/263 kB | 49/118 kB | 33/316 kB
Progress (5): 35 kB | 31 kB | 66/263 kB | 49/118 kB | 37/316 kB
Progress (5): 35 kB | 31 kB | 66/263 kB | 49/118 kB | 41/316 kB
Progress (5): 35 kB | 31 kB | 66/263 kB | 49/118 kB | 45/316 kB
Progress (5): 35 kB | 31 kB | 66/263 kB | 49/118 kB | 49/316 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)
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): 31 kB | 66/263 kB | 53/118 kB | 49/316 kB
Progress (4): 31 kB | 66/263 kB | 57/118 kB | 49/316 kB
Progress (4): 31 kB | 66/263 kB | 61/118 kB | 49/316 kB
Progress (4): 31 kB | 66/263 kB | 66/118 kB | 49/316 kB
Progress (4): 31 kB | 70/263 kB | 66/118 kB | 49/316 kB
Progress (4): 31 kB | 74/263 kB | 66/118 kB | 49/316 kB
Progress (4): 31 kB | 78/263 kB | 66/118 kB | 49/316 kB
Progress (4): 31 kB | 82/263 kB | 66/118 kB | 49/316 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 913 kB/s)
Progress (3): 82/263 kB | 66/118 kB | 53/316 kB

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 (3): 82/263 kB | 66/118 kB | 57/316 kB
Progress (3): 82/263 kB | 66/118 kB | 61/316 kB
Progress (3): 82/263 kB | 66/118 kB | 66/316 kB
Progress (3): 82/263 kB | 70/118 kB | 66/316 kB
Progress (3): 82/263 kB | 74/118 kB | 66/316 kB
Progress (3): 82/263 kB | 78/118 kB | 66/316 kB
Progress (3): 82/263 kB | 82/118 kB | 66/316 kB
Progress (3): 86/263 kB | 82/118 kB | 66/316 kB
Progress (3): 90/263 kB | 82/118 kB | 66/316 kB
Progress (3): 94/263 kB | 82/118 kB | 66/316 kB
Progress (3): 98/263 kB | 82/118 kB | 66/316 kB
Progress (3): 98/263 kB | 82/118 kB | 70/316 kB
Progress (3): 98/263 kB | 86/118 kB | 70/316 kB
Progress (3): 102/263 kB | 86/118 kB | 70/316 kB
Progress (3): 102/263 kB | 90/118 kB | 70/316 kB
Progress (3): 102/263 kB | 90/118 kB | 74/316 kB
Progress (3): 102/263 kB | 94/118 kB | 74/316 kB
Progress (3): 106/263 kB | 94/118 kB | 74/316 kB
Progress (3): 111/263 kB | 94/118 kB | 74/316 kB
Progress (3): 111/263 kB | 98/118 kB | 74/316 kB
Progress (3): 115/263 kB | 98/118 kB | 74/316 kB
Progress (3): 115/263 kB | 98/118 kB | 78/316 kB
Progress (3): 115/263 kB | 98/118 kB | 82/316 kB
Progress (3): 115/263 kB | 102/118 kB | 82/316 kB
Progress (3): 115/263 kB | 106/118 kB | 82/316 kB
Progress (3): 115/263 kB | 111/118 kB | 82/316 kB
Progress (3): 115/263 kB | 115/118 kB | 82/316 kB
Progress (3): 119/263 kB | 115/118 kB | 82/316 kB
Progress (3): 123/263 kB | 115/118 kB | 82/316 kB
Progress (3): 127/263 kB | 115/118 kB | 82/316 kB
Progress (3): 131/263 kB | 115/118 kB | 82/316 kB
Progress (3): 131/263 kB | 118 kB | 82/316 kB
Progress (4): 131/263 kB | 118 kB | 82/316 kB | 4.1/232 kB
Progress (4): 131/263 kB | 118 kB | 82/316 kB | 8.2/232 kB
Progress (4): 131/263 kB | 118 kB | 82/316 kB | 12/232 kB
Progress (4): 131/263 kB | 118 kB | 82/316 kB | 16/232 kB
Progress (4): 131/263 kB | 118 kB | 86/316 kB | 16/232 kB
Progress (4): 131/263 kB | 118 kB | 90/316 kB | 16/232 kB
Progress (4): 131/263 kB | 118 kB | 94/316 kB | 16/232 kB
Progress (4): 131/263 kB | 118 kB | 98/316 kB | 16/232 kB
Progress (4): 131/263 kB | 118 kB | 98/316 kB | 20/232 kB
Progress (4): 131/263 kB | 118 kB | 98/316 kB | 24/232 kB
Progress (4): 131/263 kB | 118 kB | 98/316 kB | 28/232 kB
Progress (4): 131/263 kB | 118 kB | 98/316 kB | 32/232 kB
Progress (4): 135/263 kB | 118 kB | 98/316 kB | 32/232 kB
Progress (4): 139/263 kB | 118 kB | 98/316 kB | 32/232 kB
Progress (4): 143/263 kB | 118 kB | 98/316 kB | 32/232 kB
Progress (4): 147/263 kB | 118 kB | 98/316 kB | 32/232 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 32/232 kB | 4.1/10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 36/232 kB | 4.1/10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 36/232 kB | 8.2/10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 40/232 kB | 8.2/10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 40/232 kB | 10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 45/232 kB | 10 kB
Progress (5): 147/263 kB | 118 kB | 98/316 kB | 49/232 kB | 10 kB
Progress (5): 147/263 kB | 118 kB | 102/316 kB | 49/232 kB | 10 kB
Progress (5): 152/263 kB | 118 kB | 102/316 kB | 49/232 kB | 10 kB
Progress (5): 152/263 kB | 118 kB | 102/316 kB | 53/232 kB | 10 kB
Progress (5): 152/263 kB | 118 kB | 106/316 kB | 53/232 kB | 10 kB
Progress (5): 152/263 kB | 118 kB | 106/316 kB | 57/232 kB | 10 kB
Progress (5): 156/263 kB | 118 kB | 106/316 kB | 57/232 kB | 10 kB
Progress (5): 156/263 kB | 118 kB | 106/316 kB | 61/232 kB | 10 kB
Progress (5): 156/263 kB | 118 kB | 111/316 kB | 61/232 kB | 10 kB
Progress (5): 156/263 kB | 118 kB | 111/316 kB | 65/232 kB | 10 kB
Progress (5): 160/263 kB | 118 kB | 111/316 kB | 65/232 kB | 10 kB
Progress (5): 160/263 kB | 118 kB | 115/316 kB | 65/232 kB | 10 kB
Progress (5): 164/263 kB | 118 kB | 115/316 kB | 65/232 kB | 10 kB
Progress (5): 164/263 kB | 118 kB | 115/316 kB | 69/232 kB | 10 kB
Progress (5): 164/263 kB | 118 kB | 115/316 kB | 73/232 kB | 10 kB
Progress (5): 164/263 kB | 118 kB | 115/316 kB | 77/232 kB | 10 kB
Progress (5): 164/263 kB | 118 kB | 115/316 kB | 81/232 kB | 10 kB
Progress (5): 168/263 kB | 118 kB | 115/316 kB | 81/232 kB | 10 kB
Progress (5): 172/263 kB | 118 kB | 115/316 kB | 81/232 kB | 10 kB
Progress (5): 176/263 kB | 118 kB | 115/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 115/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 119/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 123/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 127/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 131/316 kB | 81/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 131/316 kB | 85/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 131/316 kB | 90/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 131/316 kB | 94/232 kB | 10 kB
Progress (5): 180/263 kB | 118 kB | 131/316 kB | 98/232 kB | 10 kB
Progress (5): 184/263 kB | 118 kB | 131/316 kB | 98/232 kB | 10 kB
Progress (5): 184/263 kB | 118 kB | 131/316 kB | 102/232 kB | 10 kB
Progress (5): 188/263 kB | 118 kB | 131/316 kB | 102/232 kB | 10 kB
Progress (5): 188/263 kB | 118 kB | 131/316 kB | 106/232 kB | 10 kB
Progress (5): 193/263 kB | 118 kB | 131/316 kB | 106/232 kB | 10 kB
Progress (5): 193/263 kB | 118 kB | 131/316 kB | 110/232 kB | 10 kB
Progress (5): 197/263 kB | 118 kB | 131/316 kB | 110/232 kB | 10 kB
Progress (5): 197/263 kB | 118 kB | 131/316 kB | 114/232 kB | 10 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 154 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 (4): 197/263 kB | 118 kB | 135/316 kB | 114/232 kB
Progress (4): 197/263 kB | 118 kB | 139/316 kB | 114/232 kB
Progress (4): 197/263 kB | 118 kB | 143/316 kB | 114/232 kB
Progress (4): 197/263 kB | 118 kB | 147/316 kB | 114/232 kB
Progress (4): 197/263 kB | 118 kB | 147/316 kB | 118/232 kB
Progress (4): 197/263 kB | 118 kB | 147/316 kB | 122/232 kB
Progress (4): 197/263 kB | 118 kB | 147/316 kB | 126/232 kB
Progress (4): 197/263 kB | 118 kB | 147/316 kB | 131/232 kB
Progress (4): 201/263 kB | 118 kB | 147/316 kB | 131/232 kB
Progress (4): 205/263 kB | 118 kB | 147/316 kB | 131/232 kB
Progress (4): 209/263 kB | 118 kB | 147/316 kB | 131/232 kB
Progress (4): 213/263 kB | 118 kB | 147/316 kB | 131/232 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.6 MB/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.jar
Progress (3): 213/263 kB | 152/316 kB | 131/232 kB
Progress (3): 213/263 kB | 152/316 kB | 135/232 kB
Progress (3): 213/263 kB | 156/316 kB | 135/232 kB
Progress (3): 213/263 kB | 156/316 kB | 139/232 kB
Progress (3): 213/263 kB | 160/316 kB | 139/232 kB
Progress (3): 213/263 kB | 160/316 kB | 143/232 kB
Progress (3): 213/263 kB | 164/316 kB | 143/232 kB
Progress (3): 213/263 kB | 164/316 kB | 147/232 kB
Progress (3): 217/263 kB | 164/316 kB | 147/232 kB
Progress (3): 221/263 kB | 164/316 kB | 147/232 kB
Progress (3): 225/263 kB | 164/316 kB | 147/232 kB
Progress (3): 229/263 kB | 164/316 kB | 147/232 kB
Progress (3): 229/263 kB | 164/316 kB | 151/232 kB
Progress (3): 229/263 kB | 164/316 kB | 155/232 kB
Progress (3): 229/263 kB | 164/316 kB | 159/232 kB
Progress (3): 229/263 kB | 164/316 kB | 163/232 kB
Progress (3): 229/263 kB | 168/316 kB | 163/232 kB
Progress (3): 229/263 kB | 168/316 kB | 167/232 kB
Progress (3): 229/263 kB | 172/316 kB | 167/232 kB
Progress (3): 229/263 kB | 172/316 kB | 171/232 kB
Progress (3): 229/263 kB | 176/316 kB | 171/232 kB
Progress (3): 229/263 kB | 176/316 kB | 176/232 kB
Progress (3): 229/263 kB | 180/316 kB | 176/232 kB
Progress (3): 229/263 kB | 180/316 kB | 180/232 kB
Progress (3): 233/263 kB | 180/316 kB | 180/232 kB
Progress (3): 238/263 kB | 180/316 kB | 180/232 kB
Progress (3): 242/263 kB | 180/316 kB | 180/232 kB
Progress (3): 246/263 kB | 180/316 kB | 180/232 kB
Progress (3): 246/263 kB | 180/316 kB | 184/232 kB
Progress (3): 246/263 kB | 180/316 kB | 188/232 kB
Progress (3): 246/263 kB | 180/316 kB | 192/232 kB
Progress (3): 246/263 kB | 180/316 kB | 196/232 kB
Progress (3): 250/263 kB | 180/316 kB | 196/232 kB
Progress (3): 254/263 kB | 180/316 kB | 196/232 kB
Progress (3): 258/263 kB | 180/316 kB | 196/232 kB
Progress (3): 262/263 kB | 180/316 kB | 196/232 kB
Progress (3): 263 kB | 180/316 kB | 196/232 kB
Progress (4): 263 kB | 180/316 kB | 196/232 kB | 4.1/38 kB
Progress (4): 263 kB | 180/316 kB | 196/232 kB | 8.2/38 kB
Progress (4): 263 kB | 180/316 kB | 196/232 kB | 12/38 kB
Progress (4): 263 kB | 180/316 kB | 196/232 kB | 16/38 kB
Progress (4): 263 kB | 184/316 kB | 196/232 kB | 16/38 kB
Progress (4): 263 kB | 188/316 kB | 196/232 kB | 16/38 kB
Progress (4): 263 kB | 193/316 kB | 196/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 196/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 200/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 204/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 208/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 16/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 20/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 25/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 29/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 33/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 37/38 kB
Progress (4): 263 kB | 197/316 kB | 212/232 kB | 38 kB
Progress (4): 263 kB | 197/316 kB | 217/232 kB | 38 kB
Progress (4): 263 kB | 197/316 kB | 221/232 kB | 38 kB
Progress (4): 263 kB | 197/316 kB | 225/232 kB | 38 kB
Progress (4): 263 kB | 197/316 kB | 229/232 kB | 38 kB
Progress (4): 263 kB | 197/316 kB | 232 kB | 38 kB
Progress (5): 263 kB | 197/316 kB | 232 kB | 38 kB | 4.1/14 kB
Progress (5): 263 kB | 197/316 kB | 232 kB | 38 kB | 8.2/14 kB
Progress (5): 263 kB | 197/316 kB | 232 kB | 38 kB | 12/14 kB
Progress (5): 263 kB | 197/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 201/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 205/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 209/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 213/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 217/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 221/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 225/316 kB | 232 kB | 38 kB | 14 kB
Progress (5): 263 kB | 229/316 kB | 232 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 2.9 MB/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 391 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.4 MB/s)
Progress (2): 233/316 kB | 14 kB
Progress (2): 238/316 kB | 14 kB
Progress (2): 242/316 kB | 14 kB
Progress (2): 246/316 kB | 14 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.jar (14 kB at 142 kB/s)
Progress (1): 250/316 kB
Progress (1): 254/316 kB
Progress (1): 258/316 kB
Progress (1): 262/316 kB
Progress (1): 266/316 kB
Progress (1): 270/316 kB
Progress (1): 274/316 kB
Progress (1): 279/316 kB
Progress (1): 283/316 kB
Progress (1): 287/316 kB
Progress (1): 291/316 kB
Progress (1): 295/316 kB
Progress (1): 299/316 kB
Progress (1): 303/316 kB
Progress (1): 307/316 kB
Progress (1): 311/316 kB
Progress (1): 315/316 kB
Progress (1): 316 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 2.5 MB/s)
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.593 s
[INFO] Finished at: 2022-11-10T16:06:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/docs/conf/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.1843717343411222383.tmp/django/docs/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.1843717343411222383.tmp/django/docs/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:  2.501 s
[INFO] Finished at: 2022-11-10T16:06:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/i18n/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 137ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "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", "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.1843717343411222383.tmp/django/django/templatetags/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.1843717343411222383.tmp/django/django/templatetags/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:  3.603 s
[INFO] Finished at: 2022-11-10T16:06:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/__init__/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 134ms, 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.1843717343411222383.tmp/django/django/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.903 s
[INFO] Finished at: 2022-11-10T16:06:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/cache/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 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", &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.1843717343411222383.tmp/django/django/templatetags/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.1843717343411222383.tmp/django/django/templatetags/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.333 s
[INFO] Finished at: 2022-11-10T16:06:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/tz/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 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 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.1843717343411222383.tmp/django/django/templatetags/tz/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/tz/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.618 s
[INFO] Finished at: 2022-11-10T16:07:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/static/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 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", &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.1843717343411222383.tmp/django/django/templatetags/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.446 s
[INFO] Finished at: 2022-11-10T16:07:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/l10n/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 131ms, 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.1843717343411222383.tmp/django/django/templatetags/l10n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/templatetags/l10n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.300 s
[INFO] Finished at: 2022-11-10T16:07:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/registry/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 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 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.1843717343411222383.tmp/django/django/apps/registry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/registry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.240 s
[INFO] Finished at: 2022-11-10T16:07:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.092 s
[INFO] Finished at: 2022-11-10T16:07:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/config/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 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.1843717343411222383.tmp/django/django/apps/config/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/apps/config/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.883 s
[INFO] Finished at: 2022-11-10T16:07:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateformat/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: [&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", "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.1843717343411222383.tmp/django/django/utils/dateformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.161 s
[INFO] Finished at: 2022-11-10T16:07:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/decorators/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 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.1843717343411222383.tmp/django/django/utils/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.1843717343411222383.tmp/django/django/utils/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.547 s
[INFO] Finished at: 2022-11-10T16:07:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/tree/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 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 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.1843717343411222383.tmp/django/django/utils/tree/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/tree/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.302 s
[INFO] Finished at: 2022-11-10T16:07:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/functional/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 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 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.1843717343411222383.tmp/django/django/utils/functional/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/functional/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.031 s
[INFO] Finished at: 2022-11-10T16:07:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/html/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 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", &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.1843717343411222383.tmp/django/django/utils/html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.105 s
[INFO] Finished at: 2022-11-10T16:07:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/xmlutils/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 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.1843717343411222383.tmp/django/django/utils/xmlutils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/xmlutils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.079 s
[INFO] Finished at: 2022-11-10T16:07:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deprecation/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 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&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.1843717343411222383.tmp/django/django/utils/deprecation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deprecation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.435 s
[INFO] Finished at: 2022-11-10T16:07:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/regex_helper/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.1843717343411222383.tmp/django/django/utils/regex_helper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/regex_helper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.011 s
[INFO] Finished at: 2022-11-10T16:07:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/duration/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 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 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.1843717343411222383.tmp/django/django/utils/duration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/duration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:07:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datetime_safe/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/utils/datetime_safe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datetime_safe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.340 s
[INFO] Finished at: 2022-11-10T16:07:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/itercompat/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 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 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.1843717343411222383.tmp/django/django/utils/itercompat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/itercompat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.282 s
[INFO] Finished at: 2022-11-10T16:08:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/hashable/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 153ms, 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;, "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.1843717343411222383.tmp/django/django/utils/hashable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/hashable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:08:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deconstruct/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 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.1843717343411222383.tmp/django/django/utils/deconstruct/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/deconstruct/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.160 s
[INFO] Finished at: 2022-11-10T16:08:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/_os/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 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/django/utils/_os/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/_os/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.128 s
[INFO] Finished at: 2022-11-10T16:08:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/asyncio/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 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.1843717343411222383.tmp/django/django/utils/asyncio/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/asyncio/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.951 s
[INFO] Finished at: 2022-11-10T16:08:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/crypto/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 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", &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.1843717343411222383.tmp/django/django/utils/crypto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/crypto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:08:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/__init__/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 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.1843717343411222383.tmp/django/django/utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:08:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/archive/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 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&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.1843717343411222383.tmp/django/django/utils/archive/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/archive/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.620 s
[INFO] Finished at: 2022-11-10T16:08:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/autoreload/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 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.1843717343411222383.tmp/django/django/utils/autoreload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/autoreload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.838 s
[INFO] Finished at: 2022-11-10T16:08:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/module_loading/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 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.1843717343411222383.tmp/django/django/utils/module_loading/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/module_loading/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.273 s
[INFO] Finished at: 2022-11-10T16:08:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/http/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/utils/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.1843717343411222383.tmp/django/django/utils/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:  2.937 s
[INFO] Finished at: 2022-11-10T16:08:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/cache/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 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 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.1843717343411222383.tmp/django/django/utils/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.1843717343411222383.tmp/django/django/utils/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:  3.062 s
[INFO] Finished at: 2022-11-10T16:08:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/inspect/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 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", "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.1843717343411222383.tmp/django/django/utils/inspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/inspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.218 s
[INFO] Finished at: 2022-11-10T16:08:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/version/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.1843717343411222383.tmp/django/django/utils/version/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/version/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.381 s
[INFO] Finished at: 2022-11-10T16:08:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dates/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 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/django/utils/dates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.371 s
[INFO] Finished at: 2022-11-10T16:08:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/ipv6/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 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.1843717343411222383.tmp/django/django/utils/ipv6/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/ipv6/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.027 s
[INFO] Finished at: 2022-11-10T16:08:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/log/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 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&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.1843717343411222383.tmp/django/django/utils/log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.152 s
[INFO] Finished at: 2022-11-10T16:09:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/baseconv/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.1843717343411222383.tmp/django/django/utils/baseconv/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/baseconv/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.275 s
[INFO] Finished at: 2022-11-10T16:09:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/termcolors/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 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&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.1843717343411222383.tmp/django/django/utils/termcolors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/termcolors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.489 s
[INFO] Finished at: 2022-11-10T16:09:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/feedgenerator/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 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.1843717343411222383.tmp/django/django/utils/feedgenerator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/feedgenerator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.750 s
[INFO] Finished at: 2022-11-10T16:09:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/encoding/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.1843717343411222383.tmp/django/django/utils/encoding/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/encoding/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.604 s
[INFO] Finished at: 2022-11-10T16:09:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/text/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/utils/text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.500 s
[INFO] Finished at: 2022-11-10T16:09:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/lorem_ipsum/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 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.1843717343411222383.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.054 s
[INFO] Finished at: 2022-11-10T16:09:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/connection/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 124ms, 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", "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.1843717343411222383.tmp/django/django/utils/connection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/connection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.214 s
[INFO] Finished at: 2022-11-10T16:09:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/numberformat/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 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.1843717343411222383.tmp/django/django/utils/numberformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/numberformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.339 s
[INFO] Finished at: 2022-11-10T16:09:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/safestring/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 111ms, 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 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.1843717343411222383.tmp/django/django/utils/safestring/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/safestring/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.033 s
[INFO] Finished at: 2022-11-10T16:09:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/template/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 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.1843717343411222383.tmp/django/django/utils/translation/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.1843717343411222383.tmp/django/django/utils/translation/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:  2.850 s
[INFO] Finished at: 2022-11-10T16:09:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/__init__/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 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&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.1843717343411222383.tmp/django/django/utils/translation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.819 s
[INFO] Finished at: 2022-11-10T16:09:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/reloader/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 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 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.1843717343411222383.tmp/django/django/utils/translation/reloader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/reloader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.015 s
[INFO] Finished at: 2022-11-10T16:09:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_real/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 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&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.1843717343411222383.tmp/django/django/utils/translation/trans_real/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_real/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.884 s
[INFO] Finished at: 2022-11-10T16:09:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_null/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 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.1843717343411222383.tmp/django/django/utils/translation/trans_null/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/translation/trans_null/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:09:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/formats/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 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 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.1843717343411222383.tmp/django/django/utils/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.805 s
[INFO] Finished at: 2022-11-10T16:10:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateparse/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/utils/dateparse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/dateparse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.357 s
[INFO] Finished at: 2022-11-10T16:10:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timesince/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 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 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.1843717343411222383.tmp/django/django/utils/timesince/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timesince/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.503 s
[INFO] Finished at: 2022-11-10T16:10:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/jslex/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/utils/jslex/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/jslex/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.659 s
[INFO] Finished at: 2022-11-10T16:10:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/topological_sort/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 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.1843717343411222383.tmp/django/django/utils/topological_sort/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/topological_sort/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.166 s
[INFO] Finished at: 2022-11-10T16:10:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datastructures/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 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&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", "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.1843717343411222383.tmp/django/django/utils/datastructures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/datastructures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.994 s
[INFO] Finished at: 2022-11-10T16:10:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timezone/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 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 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.1843717343411222383.tmp/django/django/utils/timezone/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/utils/timezone/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.460 s
[INFO] Finished at: 2022-11-10T16:10:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/python/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 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&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.1843717343411222383.tmp/django/django/core/serializers/python/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/python/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.467 s
[INFO] Finished at: 2022-11-10T16:10:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/pyyaml/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 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 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.1843717343411222383.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.227 s
[INFO] Finished at: 2022-11-10T16:10:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/xml_serializer/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 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&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.1843717343411222383.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:10:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/__init__/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 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.1843717343411222383.tmp/django/django/core/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.636 s
[INFO] Finished at: 2022-11-10T16:10:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/json/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 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.1843717343411222383.tmp/django/django/core/serializers/json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.331 s
[INFO] Finished at: 2022-11-10T16:10:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/jsonl/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 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 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.1843717343411222383.tmp/django/django/core/serializers/jsonl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/jsonl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.167 s
[INFO] Finished at: 2022-11-10T16:10:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/serializers/base/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 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.1843717343411222383.tmp/django/django/core/serializers/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.1843717343411222383.tmp/django/django/core/serializers/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:  3.023 s
[INFO] Finished at: 2022-11-10T16:10:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/utils/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/core/files/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.1843717343411222383.tmp/django/django/core/files/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:  2.265 s
[INFO] Finished at: 2022-11-10T16:10:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/temp/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 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 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.1843717343411222383.tmp/django/django/core/files/temp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/temp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.165 s
[INFO] Finished at: 2022-11-10T16:10:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/move/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 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 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.1843717343411222383.tmp/django/django/core/files/move/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/move/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.165 s
[INFO] Finished at: 2022-11-10T16:10:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/__init__/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 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.1843717343411222383.tmp/django/django/core/files/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.852 s
[INFO] Finished at: 2022-11-10T16:11:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadhandler/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 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&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.1843717343411222383.tmp/django/django/core/files/uploadhandler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadhandler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.355 s
[INFO] Finished at: 2022-11-10T16:11:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadedfile/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 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.1843717343411222383.tmp/django/django/core/files/uploadedfile/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/uploadedfile/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.328 s
[INFO] Finished at: 2022-11-10T16:11:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/base/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 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&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.1843717343411222383.tmp/django/django/core/files/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.1843717343411222383.tmp/django/django/core/files/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.489 s
[INFO] Finished at: 2022-11-10T16:11:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/storage/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 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.1843717343411222383.tmp/django/django/core/files/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.1843717343411222383.tmp/django/django/core/files/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.019 s
[INFO] Finished at: 2022-11-10T16:11:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/locks/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 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&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.1843717343411222383.tmp/django/django/core/files/locks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/locks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.317 s
[INFO] Finished at: 2022-11-10T16:11:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/images/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 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.1843717343411222383.tmp/django/django/core/files/images/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/files/images/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:11:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/wsgi/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 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.1843717343411222383.tmp/django/django/core/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T16:11:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/wsgi/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/core/handlers/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.654 s
[INFO] Finished at: 2022-11-10T16:11:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/__init__/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 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.1843717343411222383.tmp/django/django/core/handlers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.817 s
[INFO] Finished at: 2022-11-10T16:11:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/base/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 102ms, 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", "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.1843717343411222383.tmp/django/django/core/handlers/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.1843717343411222383.tmp/django/django/core/handlers/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.793 s
[INFO] Finished at: 2022-11-10T16:11:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/asgi/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 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 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.1843717343411222383.tmp/django/django/core/handlers/asgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/asgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.024 s
[INFO] Finished at: 2022-11-10T16:11:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/exception/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 106ms, 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 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.1843717343411222383.tmp/django/django/core/handlers/exception/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/handlers/exception/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.305 s
[INFO] Finished at: 2022-11-10T16:11:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/paginator/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 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.1843717343411222383.tmp/django/django/core/paginator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/paginator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.632 s
[INFO] Finished at: 2022-11-10T16:11:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/utils/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 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", &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.1843717343411222383.tmp/django/django/core/mail/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.1843717343411222383.tmp/django/django/core/mail/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:  1.931 s
[INFO] Finished at: 2022-11-10T16:11:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/filebased/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 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.1843717343411222383.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:11:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/dummy/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 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&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.1843717343411222383.tmp/django/django/core/mail/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.1843717343411222383.tmp/django/django/core/mail/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:  1.899 s
[INFO] Finished at: 2022-11-10T16:11:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/smtp/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 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.1843717343411222383.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.353 s
[INFO] Finished at: 2022-11-10T16:12:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/__init__/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 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.1843717343411222383.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.826 s
[INFO] Finished at: 2022-11-10T16:12:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:12:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/base/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 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.1843717343411222383.tmp/django/django/core/mail/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.1843717343411222383.tmp/django/django/core/mail/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.102 s
[INFO] Finished at: 2022-11-10T16:12:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/console/genUnsupportedEO
[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 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 122ms, 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;, "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.1843717343411222383.tmp/django/django/core/mail/backends/console/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/backends/console/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.123 s
[INFO] Finished at: 2022-11-10T16:12:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/__init__/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 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.1843717343411222383.tmp/django/django/core/mail/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.385 s
[INFO] Finished at: 2022-11-10T16:12:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/message/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 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&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 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.1843717343411222383.tmp/django/django/core/mail/message/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/mail/message/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.237 s
[INFO] Finished at: 2022-11-10T16:12:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/utils/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 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.1843717343411222383.tmp/django/django/core/management/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.1843717343411222383.tmp/django/django/core/management/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:  2.536 s
[INFO] Finished at: 2022-11-10T16:12:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/templates/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 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&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.1843717343411222383.tmp/django/django/core/management/templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.277 s
[INFO] Finished at: 2022-11-10T16:12:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/testserver/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 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 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.1843717343411222383.tmp/django/django/core/management/commands/testserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/testserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.077 s
[INFO] Finished at: 2022-11-10T16:12:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/dbshell/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 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&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.1843717343411222383.tmp/django/django/core/management/commands/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.1843717343411222383.tmp/django/django/core/management/commands/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:  2.186 s
[INFO] Finished at: 2022-11-10T16:12:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlsequencereset/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 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.1843717343411222383.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.217 s
[INFO] Finished at: 2022-11-10T16:12:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/flush/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 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&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.1843717343411222383.tmp/django/django/core/management/commands/flush/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/flush/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.419 s
[INFO] Finished at: 2022-11-10T16:12:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startproject/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 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 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.1843717343411222383.tmp/django/django/core/management/commands/startproject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startproject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.127 s
[INFO] Finished at: 2022-11-10T16:12:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/inspectdb/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 118ms, 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.1843717343411222383.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.437 s
[INFO] Finished at: 2022-11-10T16:12:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/runserver/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/core/management/commands/runserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/runserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.883 s
[INFO] Finished at: 2022-11-10T16:12:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlmigrate/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.1843717343411222383.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.448 s
[INFO] Finished at: 2022-11-10T16:12:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/__init__/genUnsupportedEO
[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 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 105ms, 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 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.1843717343411222383.tmp/django/django/core/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:13:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlflush/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 128ms, 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.1843717343411222383.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.200 s
[INFO] Finished at: 2022-11-10T16:13:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/showmigrations/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 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&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", "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.1843717343411222383.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.629 s
[INFO] Finished at: 2022-11-10T16:13:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/squashmigrations/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 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.1843717343411222383.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.637 s
[INFO] Finished at: 2022-11-10T16:13:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/shell/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 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", &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.1843717343411222383.tmp/django/django/core/management/commands/shell/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/shell/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.298 s
[INFO] Finished at: 2022-11-10T16:13:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startapp/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 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.1843717343411222383.tmp/django/django/core/management/commands/startapp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/startapp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:13:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/createcachetable/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 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&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.1843717343411222383.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.441 s
[INFO] Finished at: 2022-11-10T16:13:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/check/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 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.1843717343411222383.tmp/django/django/core/management/commands/check/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/check/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.200 s
[INFO] Finished at: 2022-11-10T16:13:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/diffsettings/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 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 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.1843717343411222383.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.290 s
[INFO] Finished at: 2022-11-10T16:13:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/migrate/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.1843717343411222383.tmp/django/django/core/management/commands/migrate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/migrate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.579 s
[INFO] Finished at: 2022-11-10T16:13:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemessages/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 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.1843717343411222383.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.275 s
[INFO] Finished at: 2022-11-10T16:13:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/test/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/core/management/commands/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.1843717343411222383.tmp/django/django/core/management/commands/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:  2.106 s
[INFO] Finished at: 2022-11-10T16:13:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemigrations/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 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 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.1843717343411222383.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.244 s
[INFO] Finished at: 2022-11-10T16:13:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.557 s
[INFO] Finished at: 2022-11-10T16:13:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sendtestemail/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 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 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.1843717343411222383.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.988 s
[INFO] Finished at: 2022-11-10T16:13:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/dumpdata/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 116ms, 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 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.1843717343411222383.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.677 s
[INFO] Finished at: 2022-11-10T16:13:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/loaddata/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 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.1843717343411222383.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.536 s
[INFO] Finished at: 2022-11-10T16:14:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/__init__/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 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&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.1843717343411222383.tmp/django/django/core/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.463 s
[INFO] Finished at: 2022-11-10T16:14:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/color/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 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.1843717343411222383.tmp/django/django/core/management/color/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/color/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.205 s
[INFO] Finished at: 2022-11-10T16:14:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/base/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 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&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.1843717343411222383.tmp/django/django/core/management/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.1843717343411222383.tmp/django/django/core/management/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:  3.745 s
[INFO] Finished at: 2022-11-10T16:14:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/management/sql/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 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 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.1843717343411222383.tmp/django/django/core/management/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.1843717343411222383.tmp/django/django/core/management/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.132 s
[INFO] Finished at: 2022-11-10T16:14:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/__init__/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 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&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.1843717343411222383.tmp/django/django/core/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.866 s
[INFO] Finished at: 2022-11-10T16:14:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signals/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 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.1843717343411222383.tmp/django/django/core/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.901 s
[INFO] Finished at: 2022-11-10T16:14:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/exceptions/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 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.1843717343411222383.tmp/django/django/core/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.596 s
[INFO] Finished at: 2022-11-10T16:14:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/utils/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/core/cache/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.1843717343411222383.tmp/django/django/core/cache/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:  1.997 s
[INFO] Finished at: 2022-11-10T16:14:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/filebased/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 128ms, 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.1843717343411222383.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.450 s
[INFO] Finished at: 2022-11-10T16:14:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/memcached/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 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", "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.1843717343411222383.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.692 s
[INFO] Finished at: 2022-11-10T16:14:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/dummy/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 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 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.1843717343411222383.tmp/django/django/core/cache/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.1843717343411222383.tmp/django/django/core/cache/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:  1.986 s
[INFO] Finished at: 2022-11-10T16:14:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/__init__/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 123ms, 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 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.1843717343411222383.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T16:14:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/db/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 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 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.1843717343411222383.tmp/django/django/core/cache/backends/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.1843717343411222383.tmp/django/django/core/cache/backends/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:  2.868 s
[INFO] Finished at: 2022-11-10T16:14:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/redis/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 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", &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.1843717343411222383.tmp/django/django/core/cache/backends/redis/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/redis/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.859 s
[INFO] Finished at: 2022-11-10T16:14:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/locmem/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 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 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.1843717343411222383.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.398 s
[INFO] Finished at: 2022-11-10T16:14:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/backends/base/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 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&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.1843717343411222383.tmp/django/django/core/cache/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.1843717343411222383.tmp/django/django/core/cache/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:  3.204 s
[INFO] Finished at: 2022-11-10T16:15:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/__init__/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 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.1843717343411222383.tmp/django/django/core/cache/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/cache/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.175 s
[INFO] Finished at: 2022-11-10T16:15:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/async_checks/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 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.1843717343411222383.tmp/django/django/core/checks/async_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.1843717343411222383.tmp/django/django/core/checks/async_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:  1.898 s
[INFO] Finished at: 2022-11-10T16:15:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/files/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 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.1843717343411222383.tmp/django/django/core/checks/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.1843717343411222383.tmp/django/django/core/checks/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:  1.901 s
[INFO] Finished at: 2022-11-10T16:15:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/templates/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 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.1843717343411222383.tmp/django/django/core/checks/templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.104 s
[INFO] Finished at: 2022-11-10T16:15:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/registry/genUnsupportedEO
[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 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 105ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;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.1843717343411222383.tmp/django/django/core/checks/registry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/registry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.286 s
[INFO] Finished at: 2022-11-10T16:15:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/database/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 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.1843717343411222383.tmp/django/django/core/checks/database/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/database/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:15:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/caches/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 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&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;, "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.1843717343411222383.tmp/django/django/core/checks/caches/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/caches/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:15:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/urls/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 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.1843717343411222383.tmp/django/django/core/checks/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.1843717343411222383.tmp/django/django/core/checks/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.307 s
[INFO] Finished at: 2022-11-10T16:15:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/__init__/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 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&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.1843717343411222383.tmp/django/django/core/checks/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.982 s
[INFO] Finished at: 2022-11-10T16:15:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/compatibility/__init__/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 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 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.1843717343411222383.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.770 s
[INFO] Finished at: 2022-11-10T16:15:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/compatibility/django_4_0/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 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", &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.1843717343411222383.tmp/django/django/core/checks/compatibility/django_4_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.1843717343411222383.tmp/django/django/core/checks/compatibility/django_4_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:  2.015 s
[INFO] Finished at: 2022-11-10T16:15:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/model_checks/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 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 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.1843717343411222383.tmp/django/django/core/checks/model_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.1843717343411222383.tmp/django/django/core/checks/model_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:  2.802 s
[INFO] Finished at: 2022-11-10T16:15:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/translation/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 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&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.1843717343411222383.tmp/django/django/core/checks/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.1843717343411222383.tmp/django/django/core/checks/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:  2.120 s
[INFO] Finished at: 2022-11-10T16:15:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/messages/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 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 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.1843717343411222383.tmp/django/django/core/checks/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.1843717343411222383.tmp/django/django/core/checks/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.273 s
[INFO] Finished at: 2022-11-10T16:15:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/csrf/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 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 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.1843717343411222383.tmp/django/django/core/checks/security/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.009 s
[INFO] Finished at: 2022-11-10T16:15:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/sessions/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/core/checks/security/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.1843717343411222383.tmp/django/django/core/checks/security/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.051 s
[INFO] Finished at: 2022-11-10T16:15:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/__init__/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 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.1843717343411222383.tmp/django/django/core/checks/security/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.862 s
[INFO] Finished at: 2022-11-10T16:15:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/checks/security/base/genUnsupportedEO
[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 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 105ms, 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 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.1843717343411222383.tmp/django/django/core/checks/security/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.1843717343411222383.tmp/django/django/core/checks/security/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.476 s
[INFO] Finished at: 2022-11-10T16:16:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/validators/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 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.1843717343411222383.tmp/django/django/core/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.737 s
[INFO] Finished at: 2022-11-10T16:16:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/__init__/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 109ms, 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 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.1843717343411222383.tmp/django/django/core/servers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T16:16:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/basehttp/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 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.1843717343411222383.tmp/django/django/core/servers/basehttp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/servers/basehttp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.527 s
[INFO] Finished at: 2022-11-10T16:16:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signing/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 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", &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.1843717343411222383.tmp/django/django/core/signing/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/signing/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.539 s
[INFO] Finished at: 2022-11-10T16:16:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/asgi/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 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 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.1843717343411222383.tmp/django/django/core/asgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/core/asgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.884 s
[INFO] Finished at: 2022-11-10T16:16:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/utils/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 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&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.1843717343411222383.tmp/django/django/template/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.1843717343411222383.tmp/django/django/template/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:  2.356 s
[INFO] Finished at: 2022-11-10T16:16:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/engine/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 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 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.1843717343411222383.tmp/django/django/template/engine/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/engine/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.643 s
[INFO] Finished at: 2022-11-10T16:16:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/app_directories/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 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 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.1843717343411222383.tmp/django/django/template/loaders/app_directories/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/app_directories/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.966 s
[INFO] Finished at: 2022-11-10T16:16:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/filesystem/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/template/loaders/filesystem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/filesystem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.107 s
[INFO] Finished at: 2022-11-10T16:16:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/__init__/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.1843717343411222383.tmp/django/django/template/loaders/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:16:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/cached/genUnsupportedEO
[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 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", "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.1843717343411222383.tmp/django/django/template/loaders/cached/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/cached/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.240 s
[INFO] Finished at: 2022-11-10T16:16:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/locmem/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 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.1843717343411222383.tmp/django/django/template/loaders/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.949 s
[INFO] Finished at: 2022-11-10T16:16:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loaders/base/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 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", "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.1843717343411222383.tmp/django/django/template/loaders/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.1843717343411222383.tmp/django/django/template/loaders/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.074 s
[INFO] Finished at: 2022-11-10T16:16:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/utils/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 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.1843717343411222383.tmp/django/django/template/backends/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.1843717343411222383.tmp/django/django/template/backends/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:  1.928 s
[INFO] Finished at: 2022-11-10T16:16:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/django/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 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&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.1843717343411222383.tmp/django/django/template/backends/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.1843717343411222383.tmp/django/django/template/backends/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.396 s
[INFO] Finished at: 2022-11-10T16:16:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/dummy/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 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.1843717343411222383.tmp/django/django/template/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.1843717343411222383.tmp/django/django/template/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.170 s
[INFO] Finished at: 2022-11-10T16:16:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/__init__/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 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&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.1843717343411222383.tmp/django/django/template/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T16:16:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/jinja2/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 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.1843717343411222383.tmp/django/django/template/backends/jinja2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/jinja2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.444 s
[INFO] Finished at: 2022-11-10T16:17:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/backends/base/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 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", &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.1843717343411222383.tmp/django/django/template/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.1843717343411222383.tmp/django/django/template/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.083 s
[INFO] Finished at: 2022-11-10T16:17:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/library/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 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.1843717343411222383.tmp/django/django/template/library/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/library/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.927 s
[INFO] Finished at: 2022-11-10T16:17:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/__init__/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 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.1843717343411222383.tmp/django/django/template/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.922 s
[INFO] Finished at: 2022-11-10T16:17:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/exceptions/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/template/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:17:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/autoreload/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 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.1843717343411222383.tmp/django/django/template/autoreload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/autoreload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.216 s
[INFO] Finished at: 2022-11-10T16:17:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/smartif/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 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", "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.1843717343411222383.tmp/django/django/template/smartif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/smartif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.203 s
[INFO] Finished at: 2022-11-10T16:17:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context/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 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.1843717343411222383.tmp/django/django/template/context/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.754 s
[INFO] Finished at: 2022-11-10T16:17:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/response/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 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&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.1843717343411222383.tmp/django/django/template/response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.338 s
[INFO] Finished at: 2022-11-10T16:17:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader_tags/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 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.1843717343411222383.tmp/django/django/template/loader_tags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader_tags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.055 s
[INFO] Finished at: 2022-11-10T16:17:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/base/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 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&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.1843717343411222383.tmp/django/django/template/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.1843717343411222383.tmp/django/django/template/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:  6.269 s
[INFO] Finished at: 2022-11-10T16:17:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaulttags/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 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 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.1843717343411222383.tmp/django/django/template/defaulttags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaulttags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.153 s
[INFO] Finished at: 2022-11-10T16:17:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaultfilters/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&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.1843717343411222383.tmp/django/django/template/defaultfilters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/defaultfilters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.409 s
[INFO] Finished at: 2022-11-10T16:17:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context_processors/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 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.1843717343411222383.tmp/django/django/template/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.170 s
[INFO] Finished at: 2022-11-10T16:18:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader/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 141ms, 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.1843717343411222383.tmp/django/django/template/loader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/template/loader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.203 s
[INFO] Finished at: 2022-11-10T16:18:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/shortcuts/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.341 s
[INFO] Finished at: 2022-11-10T16:18:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/utils/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 127ms, 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.1843717343411222383.tmp/django/django/urls/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.1843717343411222383.tmp/django/django/urls/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:  2.206 s
[INFO] Finished at: 2022-11-10T16:18:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/converters/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 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", "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.1843717343411222383.tmp/django/django/urls/converters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/converters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.142 s
[INFO] Finished at: 2022-11-10T16:18:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/__init__/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 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 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.1843717343411222383.tmp/django/django/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:18:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/exceptions/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 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/django/urls/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.211 s
[INFO] Finished at: 2022-11-10T16:18:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/base/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 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.1843717343411222383.tmp/django/django/urls/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.1843717343411222383.tmp/django/django/urls/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.618 s
[INFO] Finished at: 2022-11-10T16:18:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/resolvers/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 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&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.1843717343411222383.tmp/django/django/urls/resolvers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/resolvers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.359 s
[INFO] Finished at: 2022-11-10T16:18:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/urls/conf/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 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 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.1843717343411222383.tmp/django/django/urls/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.1843717343411222383.tmp/django/django/urls/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:  2.171 s
[INFO] Finished at: 2022-11-10T16:18:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__init__/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 127ms, 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 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.1843717343411222383.tmp/django/django/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:18:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/request/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 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.1843717343411222383.tmp/django/django/http/request/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/request/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.350 s
[INFO] Finished at: 2022-11-10T16:18:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/__init__/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 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.1843717343411222383.tmp/django/django/http/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:18:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/multipartparser/genUnsupportedEO
[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 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 117ms, 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.1843717343411222383.tmp/django/django/http/multipartparser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/multipartparser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.236 s
[INFO] Finished at: 2022-11-10T16:18:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/cookie/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.1843717343411222383.tmp/django/django/http/cookie/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/cookie/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.064 s
[INFO] Finished at: 2022-11-10T16:18:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/response/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 117ms, 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;, "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.1843717343411222383.tmp/django/django/http/response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/http/response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.817 s
[INFO] Finished at: 2022-11-10T16:18:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/flatpages/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 134ms, 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.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/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.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/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.300 s
[INFO] Finished at: 2022-11-10T16:19:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/__init__/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 111ms, 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.884 s
[INFO] Finished at: 2022-11-10T16:19:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/apps/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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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.984 s
[INFO] Finished at: 2022-11-10T16:19:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/urls/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 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&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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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.130 s
[INFO] Finished at: 2022-11-10T16:19:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/__init__/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 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.1843717343411222383.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.891 s
[INFO] Finished at: 2022-11-10T16:19:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/sitemaps/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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.037 s
[INFO] Finished at: 2022-11-10T16:19:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/forms/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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.378 s
[INFO] Finished at: 2022-11-10T16:19:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/models/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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:  2.261 s
[INFO] Finished at: 2022-11-10T16:19:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/admin/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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:  2.298 s
[INFO] Finished at: 2022-11-10T16:19:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/views/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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:  2.130 s
[INFO] Finished at: 2022-11-10T16:19:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.684 s
[INFO] Finished at: 2022-11-10T16:19:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:19:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/flatpages/middleware/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 114ms, 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", "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.1843717343411222383.tmp/django/django/contrib/flatpages/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.1843717343411222383.tmp/django/django/contrib/flatpages/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:  2.037 s
[INFO] Finished at: 2022-11-10T16:19:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/apps/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 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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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:  2.062 s
[INFO] Finished at: 2022-11-10T16:19:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/managers/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 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", &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.1843717343411222383.tmp/django/django/contrib/sites/managers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/managers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.884 s
[INFO] Finished at: 2022-11-10T16:19:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/shortcuts/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 134ms, 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.1843717343411222383.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.392 s
[INFO] Finished at: 2022-11-10T16:19:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/management/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 168ms, 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;, &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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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.542 s
[INFO] Finished at: 2022-11-10T16:19:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/__init__/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 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.1843717343411222383.tmp/django/django/contrib/sites/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.984 s
[INFO] Finished at: 2022-11-10T16:20:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/checks/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 118ms, 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 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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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:  2.136 s
[INFO] Finished at: 2022-11-10T16:20:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/models/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 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 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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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:  2.491 s
[INFO] Finished at: 2022-11-10T16:20:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/admin/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 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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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:  2.021 s
[INFO] Finished at: 2022-11-10T16:20:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/requests/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/sites/requests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/requests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:20:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0001_initial/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 118ms, 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.1843717343411222383.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.561 s
[INFO] Finished at: 2022-11-10T16:20:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO
[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 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 112ms, 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;, "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.1843717343411222383.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.868 s
[INFO] Finished at: 2022-11-10T16:20:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/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 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.1843717343411222383.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.147 s
[INFO] Finished at: 2022-11-10T16:20:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sites/middleware/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 112ms, 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 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.1843717343411222383.tmp/django/django/contrib/sites/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.1843717343411222383.tmp/django/django/contrib/sites/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:  2.315 s
[INFO] Finished at: 2022-11-10T16:20:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/apps/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 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 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.1843717343411222383.tmp/django/django/contrib/redirects/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.1843717343411222383.tmp/django/django/contrib/redirects/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:  2.168 s
[INFO] Finished at: 2022-11-10T16:20:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/__init__/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 163ms, 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 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.1843717343411222383.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.141 s
[INFO] Finished at: 2022-11-10T16:20:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/models/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 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 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.1843717343411222383.tmp/django/django/contrib/redirects/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.1843717343411222383.tmp/django/django/contrib/redirects/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:  2.172 s
[INFO] Finished at: 2022-11-10T16:20:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/admin/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 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&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.1843717343411222383.tmp/django/django/contrib/redirects/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.1843717343411222383.tmp/django/django/contrib/redirects/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:  2.053 s
[INFO] Finished at: 2022-11-10T16:20:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0001_initial/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 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 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.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.508 s
[INFO] Finished at: 2022-11-10T16:20:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/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 157ms, 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.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.470 s
[INFO] Finished at: 2022-11-10T16:20:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.325 s
[INFO] Finished at: 2022-11-10T16:20:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/redirects/middleware/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 128ms, 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.1843717343411222383.tmp/django/django/contrib/redirects/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.1843717343411222383.tmp/django/django/contrib/redirects/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:  2.400 s
[INFO] Finished at: 2022-11-10T16:20:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/apps/genUnsupportedEO
[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 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 135ms, 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.1843717343411222383.tmp/django/django/contrib/syndication/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.1843717343411222383.tmp/django/django/contrib/syndication/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:  2.264 s
[INFO] Finished at: 2022-11-10T16:21:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.229 s
[INFO] Finished at: 2022-11-10T16:21:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/syndication/views/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/django/contrib/syndication/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.1843717343411222383.tmp/django/django/contrib/syndication/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:  3.448 s
[INFO] Finished at: 2022-11-10T16:21:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/serializers/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 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.1843717343411222383.tmp/django/django/contrib/sessions/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.1843717343411222383.tmp/django/django/contrib/sessions/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.201 s
[INFO] Finished at: 2022-11-10T16:21:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/apps/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: [&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", "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.1843717343411222383.tmp/django/django/contrib/sessions/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.1843717343411222383.tmp/django/django/contrib/sessions/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:  2.170 s
[INFO] Finished at: 2022-11-10T16:21:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/cached_db/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 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 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.1843717343411222383.tmp/django/django/contrib/sessions/backends/cached_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.1843717343411222383.tmp/django/django/contrib/sessions/backends/cached_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:  2.285 s
[INFO] Finished at: 2022-11-10T16:21:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/__init__/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 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", &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.1843717343411222383.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.253 s
[INFO] Finished at: 2022-11-10T16:21:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/cache/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 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 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.1843717343411222383.tmp/django/django/contrib/sessions/backends/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.1843717343411222383.tmp/django/django/contrib/sessions/backends/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.405 s
[INFO] Finished at: 2022-11-10T16:21:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/db/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 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", &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.1843717343411222383.tmp/django/django/contrib/sessions/backends/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.1843717343411222383.tmp/django/django/contrib/sessions/backends/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:  2.567 s
[INFO] Finished at: 2022-11-10T16:21:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/file/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 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.1843717343411222383.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.620 s
[INFO] Finished at: 2022-11-10T16:21:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/signed_cookies/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 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", &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.1843717343411222383.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.209 s
[INFO] Finished at: 2022-11-10T16:21:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/backends/base/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 173ms, 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.1843717343411222383.tmp/django/django/contrib/sessions/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.1843717343411222383.tmp/django/django/contrib/sessions/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:  3.682 s
[INFO] Finished at: 2022-11-10T16:21:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/__init__/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 118ms, 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.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.071 s
[INFO] Finished at: 2022-11-10T16:21:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.228 s
[INFO] Finished at: 2022-11-10T16:21:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/__init__/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 144ms, 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.1843717343411222383.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.302 s
[INFO] Finished at: 2022-11-10T16:21:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO
[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 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 144ms, 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 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.1843717343411222383.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:21:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/exceptions/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 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.1843717343411222383.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.872 s
[INFO] Finished at: 2022-11-10T16:22:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/models/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 126ms, 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", "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.1843717343411222383.tmp/django/django/contrib/sessions/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.1843717343411222383.tmp/django/django/contrib/sessions/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:  2.096 s
[INFO] Finished at: 2022-11-10T16:22:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/base_session/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 128ms, 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.1843717343411222383.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.592 s
[INFO] Finished at: 2022-11-10T16:22:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/0001_initial/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 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&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.1843717343411222383.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.742 s
[INFO] Finished at: 2022-11-10T16:22:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/__init__/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 143ms, 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.1843717343411222383.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.640 s
[INFO] Finished at: 2022-11-10T16:22:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sessions/middleware/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 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", &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.1843717343411222383.tmp/django/django/contrib/sessions/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.1843717343411222383.tmp/django/django/contrib/sessions/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:  2.749 s
[INFO] Finished at: 2022-11-10T16:22:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:22:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/apps/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 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&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.1843717343411222383.tmp/django/django/contrib/sitemaps/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.1843717343411222383.tmp/django/django/contrib/sitemaps/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:  2.155 s
[INFO] Finished at: 2022-11-10T16:22:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.455 s
[INFO] Finished at: 2022-11-10T16:22:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/ping_google/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 180ms, 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.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T16:22:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO
[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 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 264ms, 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.1843717343411222383.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.414 s
[INFO] Finished at: 2022-11-10T16:22:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/__init__/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 182ms, 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.1843717343411222383.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.533 s
[INFO] Finished at: 2022-11-10T16:22:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO
[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 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 184ms, 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 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.1843717343411222383.tmp/django/django/contrib/sitemaps/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.1843717343411222383.tmp/django/django/contrib/sitemaps/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:  3.260 s
[INFO] Finished at: 2022-11-10T16:22:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/geojson/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.269 s
[INFO] Finished at: 2022-11-10T16:22:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/__init__/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 136ms, 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", "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.1843717343411222383.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:23:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geometry/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 179ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geometry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geometry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.752 s
[INFO] Finished at: 2022-11-10T16:23:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/apps/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 171ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/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.1843717343411222383.tmp/django/django/contrib/gis/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.151 s
[INFO] Finished at: 2022-11-10T16:23:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinfo/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 158ms, 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.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.189 s
[INFO] Finished at: 2022-11-10T16:23:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/__init__/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 165ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.359 s
[INFO] Finished at: 2022-11-10T16:23:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/layermapping/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 244ms, 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.1843717343411222383.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.265 s
[INFO] Finished at: 2022-11-10T16:23:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/srs/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 152ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.693 s
[INFO] Finished at: 2022-11-10T16:23:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinspect/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 117ms, 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.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.981 s
[INFO] Finished at: 2022-11-10T16:23:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/ptr/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 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.1843717343411222383.tmp/django/django/contrib/gis/ptr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/ptr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.035 s
[INFO] Finished at: 2022-11-10T16:23:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:23:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/measure/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 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.1843717343411222383.tmp/django/django/contrib/gis/measure/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/measure/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.192 s
[INFO] Finished at: 2022-11-10T16:23:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/inspectdb/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 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", "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.1843717343411222383.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:23:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/__init__/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.1843717343411222383.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:23:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/ogrinspect/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 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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 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.1843717343411222383.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.459 s
[INFO] Finished at: 2022-11-10T16:23:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/__init__/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 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.1843717343411222383.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.892 s
[INFO] Finished at: 2022-11-10T16:24:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/__init__/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:24:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/kml/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 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.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.228 s
[INFO] Finished at: 2022-11-10T16:24:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/__init__/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 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", &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.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.870 s
[INFO] Finished at: 2022-11-10T16:24:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/views/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 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.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/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.1843717343411222383.tmp/django/django/contrib/gis/sitemaps/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:  2.207 s
[INFO] Finished at: 2022-11-10T16:24:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/datasource/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.115 s
[INFO] Finished at: 2022-11-10T16:24:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/field/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.1843717343411222383.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.562 s
[INFO] Finished at: 2022-11-10T16:24:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/error/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.250 s
[INFO] Finished at: 2022-11-10T16:24:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO
[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 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 127ms, 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.324 s
[INFO] Finished at: 2022-11-10T16:24:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/envelope/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.702 s
[INFO] Finished at: 2022-11-10T16:24:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/libgdal/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 112ms, 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", "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.1843717343411222383.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.417 s
[INFO] Finished at: 2022-11-10T16:24:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/layer/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.716 s
[INFO] Finished at: 2022-11-10T16:24:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/__init__/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 127ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "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.1843717343411222383.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.135 s
[INFO] Finished at: 2022-11-10T16:24:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geomtype/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.802 s
[INFO] Finished at: 2022-11-10T16:24:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/__init__/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.165 s
[INFO] Finished at: 2022-11-10T16:24:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/base/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/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.480 s
[INFO] Finished at: 2022-11-10T16:24:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/band/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&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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.752 s
[INFO] Finished at: 2022-11-10T16:24:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/source/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.755 s
[INFO] Finished at: 2022-11-10T16:25:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/const/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.230 s
[INFO] Finished at: 2022-11-10T16:25:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.675 s
[INFO] Finished at: 2022-11-10T16:25:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/base/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.1843717343411222383.tmp/django/django/contrib/gis/gdal/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.1843717343411222383.tmp/django/django/contrib/gis/gdal/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:  1.906 s
[INFO] Finished at: 2022-11-10T16:25:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.275 s
[INFO] Finished at: 2022-11-10T16:25:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geometries/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.148 s
[INFO] Finished at: 2022-11-10T16:25:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/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 127ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.204 s
[INFO] Finished at: 2022-11-10T16:25:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/__init__/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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.803 s
[INFO] Finished at: 2022-11-10T16:25:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/raster/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/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:  2.440 s
[INFO] Finished at: 2022-11-10T16:25:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/srs/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.246 s
[INFO] Finished at: 2022-11-10T16:25:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/ds/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.360 s
[INFO] Finished at: 2022-11-10T16:25:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/generation/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.281 s
[INFO] Finished at: 2022-11-10T16:25:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/geom/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 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", &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.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.403 s
[INFO] Finished at: 2022-11-10T16:25:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/feeds/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.1843717343411222383.tmp/django/django/contrib/gis/feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.395 s
[INFO] Finished at: 2022-11-10T16:25:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/utils/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/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:  1.979 s
[INFO] Finished at: 2022-11-10T16:25:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO
[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 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 136ms, 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.907 s
[INFO] Finished at: 2022-11-10T16:25:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.919 s
[INFO] Finished at: 2022-11-10T16:25:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.988 s
[INFO] Finished at: 2022-11-10T16:26:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/client/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.858 s
[INFO] Finished at: 2022-11-10T16:26:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/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 105ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.206 s
[INFO] Finished at: 2022-11-10T16:26:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.848 s
[INFO] Finished at: 2022-11-10T16:26:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/operations/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 106ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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:  2.774 s
[INFO] Finished at: 2022-11-10T16:26:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/models/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 143ms, 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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:  2.097 s
[INFO] Finished at: 2022-11-10T16:26:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/base/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/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.322 s
[INFO] Finished at: 2022-11-10T16:26:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/schema/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.672 s
[INFO] Finished at: 2022-11-10T16:26:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/adapter/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.004 s
[INFO] Finished at: 2022-11-10T16:26:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/features/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.167 s
[INFO] Finished at: 2022-11-10T16:26:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/__init__/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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.878 s
[INFO] Finished at: 2022-11-10T16:26:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/operations/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/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:  2.499 s
[INFO] Finished at: 2022-11-10T16:26:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/models/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/base/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:  2.211 s
[INFO] Finished at: 2022-11-10T16:26:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.217 s
[INFO] Finished at: 2022-11-10T16:26:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/features/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.951 s
[INFO] Finished at: 2022-11-10T16:26:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.035 s
[INFO] Finished at: 2022-11-10T16:26:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/__init__/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.875 s
[INFO] Finished at: 2022-11-10T16:26:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/operations/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 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&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", "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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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:  2.705 s
[INFO] Finished at: 2022-11-10T16:26:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/models/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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:  2.111 s
[INFO] Finished at: 2022-11-10T16:27:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/base/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", &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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/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:  1.891 s
[INFO] Finished at: 2022-11-10T16:27:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/schema/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.505 s
[INFO] Finished at: 2022-11-10T16:27:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/features/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.071 s
[INFO] Finished at: 2022-11-10T16:27:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/introspection/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.208 s
[INFO] Finished at: 2022-11-10T16:27:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/__init__/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.874 s
[INFO] Finished at: 2022-11-10T16:27:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/operations/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/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:  2.422 s
[INFO] Finished at: 2022-11-10T16:27:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/base/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/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:  1.914 s
[INFO] Finished at: 2022-11-10T16:27:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/schema/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.321 s
[INFO] Finished at: 2022-11-10T16:27:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/adapter/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.097 s
[INFO] Finished at: 2022-11-10T16:27:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.960 s
[INFO] Finished at: 2022-11-10T16:27:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.587 s
[INFO] Finished at: 2022-11-10T16:27:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/introspection/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 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", "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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.177 s
[INFO] Finished at: 2022-11-10T16:27:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/__init__/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.843 s
[INFO] Finished at: 2022-11-10T16:27:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/operations/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 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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:  3.488 s
[INFO] Finished at: 2022-11-10T16:27:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/models/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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:  2.096 s
[INFO] Finished at: 2022-11-10T16:27:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/base/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 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;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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/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:  1.961 s
[INFO] Finished at: 2022-11-10T16:27:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/const/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.142 s
[INFO] Finished at: 2022-11-10T16:27:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/schema/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.269 s
[INFO] Finished at: 2022-11-10T16:28:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/__init__/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.1843717343411222383.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:28:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.911 s
[INFO] Finished at: 2022-11-10T16:28:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/aggregates/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 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.1843717343411222383.tmp/django/django/contrib/gis/db/models/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.1843717343411222383.tmp/django/django/contrib/gis/db/models/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.312 s
[INFO] Finished at: 2022-11-10T16:28:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/fields/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/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.1843717343411222383.tmp/django/django/contrib/gis/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:  2.994 s
[INFO] Finished at: 2022-11-10T16:28:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.229 s
[INFO] Finished at: 2022-11-10T16:28:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/functions/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 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.1843717343411222383.tmp/django/django/contrib/gis/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.1843717343411222383.tmp/django/django/contrib/gis/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.003 s
[INFO] Finished at: 2022-11-10T16:28:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/lookups/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 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", "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.1843717343411222383.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.691 s
[INFO] Finished at: 2022-11-10T16:28:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/conversion/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.124 s
[INFO] Finished at: 2022-11-10T16:28:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.888 s
[INFO] Finished at: 2022-11-10T16:28:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/resources/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.1843717343411222383.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.347 s
[INFO] Finished at: 2022-11-10T16:28:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:28:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geoip2/base/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 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.1843717343411222383.tmp/django/django/contrib/gis/geoip2/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.1843717343411222383.tmp/django/django/contrib/gis/geoip2/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.699 s
[INFO] Finished at: 2022-11-10T16:28:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/geometry/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.037 s
[INFO] Finished at: 2022-11-10T16:28:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/libgeos/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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.422 s
[INFO] Finished at: 2022-11-10T16:28:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/error/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.912 s
[INFO] Finished at: 2022-11-10T16:28:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/point/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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.536 s
[INFO] Finished at: 2022-11-10T16:29:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prepared/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.182 s
[INFO] Finished at: 2022-11-10T16:29:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO
[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 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 122ms, 53 saved, 595 ignored: [&quot;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.1843717343411222383.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.020 s
[INFO] Finished at: 2022-11-10T16:29:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/coordseq/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.727 s
[INFO] Finished at: 2022-11-10T16:29:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/collections/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 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", "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.1843717343411222383.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:29:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/factory/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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:29:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/linestring/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.628 s
[INFO] Finished at: 2022-11-10T16:29:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/base/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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/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.1843717343411222383.tmp/django/django/contrib/gis/geos/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:  1.894 s
[INFO] Finished at: 2022-11-10T16:29:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/mutable_list/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 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&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.1843717343411222383.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.063 s
[INFO] Finished at: 2022-11-10T16:29:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/polygon/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.966 s
[INFO] Finished at: 2022-11-10T16:29:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/io/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 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", &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.1843717343411222383.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.113 s
[INFO] Finished at: 2022-11-10T16:29:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/misc/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 156ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.569 s
[INFO] Finished at: 2022-11-10T16:29:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/errcheck/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 160ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.737 s
[INFO] Finished at: 2022-11-10T16:29:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.455 s
[INFO] Finished at: 2022-11-10T16:29:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/predicates/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 127ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.115 s
[INFO] Finished at: 2022-11-10T16:29:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO
[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 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 112ms, 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", "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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.190 s
[INFO] Finished at: 2022-11-10T16:29:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.941 s
[INFO] Finished at: 2022-11-10T16:29:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/coordseq/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 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;, "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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.299 s
[INFO] Finished at: 2022-11-10T16:30:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/topology/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 128ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.191 s
[INFO] Finished at: 2022-11-10T16:30:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/io/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 117ms, 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 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.236 s
[INFO] Finished at: 2022-11-10T16:30:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/geom/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 131ms, 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.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.200 s
[INFO] Finished at: 2022-11-10T16:30:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/__init__/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 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", &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.1843717343411222383.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.199 s
[INFO] Finished at: 2022-11-10T16:30:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/fields/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 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 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.1843717343411222383.tmp/django/django/contrib/gis/forms/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.1843717343411222383.tmp/django/django/contrib/gis/forms/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:  2.473 s
[INFO] Finished at: 2022-11-10T16:30:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/widgets/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 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", &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.1843717343411222383.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.587 s
[INFO] Finished at: 2022-11-10T16:30:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/options/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 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.1843717343411222383.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.978 s
[INFO] Finished at: 2022-11-10T16:30:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/__init__/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 127ms, 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.1843717343411222383.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.067 s
[INFO] Finished at: 2022-11-10T16:30:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.465 s
[INFO] Finished at: 2022-11-10T16:30:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/gis/views/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 162ms, 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.1843717343411222383.tmp/django/django/contrib/gis/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.1843717343411222383.tmp/django/django/contrib/gis/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:  2.606 s
[INFO] Finished at: 2022-11-10T16:30:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/apps/genUnsupportedEO
[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 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 129ms, 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", "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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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:  2.456 s
[INFO] Finished at: 2022-11-10T16:30:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/decorators/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 156ms, 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.593 s
[INFO] Finished at: 2022-11-10T16:30:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/backends/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 122ms, 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 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.420 s
[INFO] Finished at: 2022-11-10T16:30:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/modwsgi/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.660 s
[INFO] Finished at: 2022-11-10T16:30:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/__init__/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 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", &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.1843717343411222383.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.594 s
[INFO] Finished at: 2022-11-10T16:31:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/password_validation/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 143ms, 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.1843717343411222383.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.326 s
[INFO] Finished at: 2022-11-10T16:31:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/base_user/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 117ms, 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;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.1843717343411222383.tmp/django/django/contrib/auth/base_user/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/base_user/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.566 s
[INFO] Finished at: 2022-11-10T16:31:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/tokens/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 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.1843717343411222383.tmp/django/django/contrib/auth/tokens/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/tokens/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.654 s
[INFO] Finished at: 2022-11-10T16:31:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/urls/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&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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.532 s
[INFO] Finished at: 2022-11-10T16:31:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/changepassword/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.395 s
[INFO] Finished at: 2022-11-10T16:31:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.231 s
[INFO] Finished at: 2022-11-10T16:31:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.102 s
[INFO] Finished at: 2022-11-10T16:31:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.158 s
[INFO] Finished at: 2022-11-10T16:31:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/__init__/genUnsupportedEO
[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 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 122ms, 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 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.1843717343411222383.tmp/django/django/contrib/auth/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.128 s
[INFO] Finished at: 2022-11-10T16:31:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/signals/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.313 s
[INFO] Finished at: 2022-11-10T16:31:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/mixins/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 116ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/django/contrib/auth/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.662 s
[INFO] Finished at: 2022-11-10T16:31:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/checks/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 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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:  2.511 s
[INFO] Finished at: 2022-11-10T16:31:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/validators/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 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", &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.1843717343411222383.tmp/django/django/contrib/auth/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.002 s
[INFO] Finished at: 2022-11-10T16:31:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/forms/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.871 s
[INFO] Finished at: 2022-11-10T16:31:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/models/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 135ms, 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&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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.582 s
[INFO] Finished at: 2022-11-10T16:32:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/admin/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 140ms, 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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:  4.242 s
[INFO] Finished at: 2022-11-10T16:32:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/views/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 128ms, 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.307 s
[INFO] Finished at: 2022-11-10T16:32:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/context_processors/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 175ms, 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.1843717343411222383.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.612 s
[INFO] Finished at: 2022-11-10T16:32:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_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.456 s
[INFO] Finished at: 2022-11-10T16:32:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO
[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 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 140ms, 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.354 s
[INFO] Finished at: 2022-11-10T16:32:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/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 251ms, 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.461 s
[INFO] Finished at: 2022-11-10T16:32:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/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 261ms, 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", "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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.826 s
[INFO] Finished at: 2022-11-10T16:32:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/__init__/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 141ms, 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.071 s
[INFO] Finished at: 2022-11-10T16:32:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/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 196ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", &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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.934 s
[INFO] Finished at: 2022-11-10T16:32:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.743 s
[INFO] Finished at: 2022-11-10T16:32:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/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 183ms, 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.648 s
[INFO] Finished at: 2022-11-10T16:32:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.861 s
[INFO] Finished at: 2022-11-10T16:33:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/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 158ms, 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;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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.084 s
[INFO] Finished at: 2022-11-10T16:33:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/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 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.848 s
[INFO] Finished at: 2022-11-10T16:33:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/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 200ms, 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 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.671 s
[INFO] Finished at: 2022-11-10T16:33:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/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 281ms, 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.1843717343411222383.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.062 s
[INFO] Finished at: 2022-11-10T16:33:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/middleware/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 172ms, 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 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.1843717343411222383.tmp/django/django/contrib/auth/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.1843717343411222383.tmp/django/django/contrib/auth/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.884 s
[INFO] Finished at: 2022-11-10T16:33:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/hashers/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 252ms, 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.1843717343411222383.tmp/django/django/contrib/auth/hashers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/auth/hashers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.899 s
[INFO] Finished at: 2022-11-10T16:33:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/apps/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 156ms, 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.1843717343411222383.tmp/django/django/contrib/messages/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.1843717343411222383.tmp/django/django/contrib/messages/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:  2.651 s
[INFO] Finished at: 2022-11-10T16:33:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/utils/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/messages/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.1843717343411222383.tmp/django/django/contrib/messages/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:  2.384 s
[INFO] Finished at: 2022-11-10T16:33:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/api/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 221ms, 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.1843717343411222383.tmp/django/django/contrib/messages/api/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/api/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.574 s
[INFO] Finished at: 2022-11-10T16:33:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/__init__/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 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", "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.1843717343411222383.tmp/django/django/contrib/messages/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.414 s
[INFO] Finished at: 2022-11-10T16:33:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/constants/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 160ms, 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.1843717343411222383.tmp/django/django/contrib/messages/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.446 s
[INFO] Finished at: 2022-11-10T16:33:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/views/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 119ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "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.1843717343411222383.tmp/django/django/contrib/messages/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.1843717343411222383.tmp/django/django/contrib/messages/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:  2.467 s
[INFO] Finished at: 2022-11-10T16:34:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/context_processors/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 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.1843717343411222383.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.158 s
[INFO] Finished at: 2022-11-10T16:34:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/session/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 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&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.1843717343411222383.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.310 s
[INFO] Finished at: 2022-11-10T16:34:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.046 s
[INFO] Finished at: 2022-11-10T16:34:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/fallback/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 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&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.1843717343411222383.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.331 s
[INFO] Finished at: 2022-11-10T16:34:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/cookie/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 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 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.1843717343411222383.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.724 s
[INFO] Finished at: 2022-11-10T16:34:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/storage/base/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 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 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.1843717343411222383.tmp/django/django/contrib/messages/storage/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.1843717343411222383.tmp/django/django/contrib/messages/storage/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.719 s
[INFO] Finished at: 2022-11-10T16:34:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/messages/middleware/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 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 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.1843717343411222383.tmp/django/django/contrib/messages/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.1843717343411222383.tmp/django/django/contrib/messages/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:  2.185 s
[INFO] Finished at: 2022-11-10T16:34:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/__init__/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 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.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:34:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/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.1843717343411222383.tmp/django/django/contrib/humanize/templatetags/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:  3.295 s
[INFO] Finished at: 2022-11-10T16:34:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/apps/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 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 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.1843717343411222383.tmp/django/django/contrib/humanize/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.1843717343411222383.tmp/django/django/contrib/humanize/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:  2.170 s
[INFO] Finished at: 2022-11-10T16:34:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/__init__/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 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", "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.1843717343411222383.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.147 s
[INFO] Finished at: 2022-11-10T16:34:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/apps/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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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:  2.115 s
[INFO] Finished at: 2022-11-10T16:34:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/testing/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 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.385 s
[INFO] Finished at: 2022-11-10T16:34:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/utils/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 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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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:  2.393 s
[INFO] Finished at: 2022-11-10T16:34:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/handlers/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 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&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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.639 s
[INFO] Finished at: 2022-11-10T16:34:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/urls/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 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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.175 s
[INFO] Finished at: 2022-11-10T16:34:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/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 131ms, 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&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.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.542 s
[INFO] Finished at: 2022-11-10T16:35:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/runserver/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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.199 s
[INFO] Finished at: 2022-11-10T16:35:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/__init__/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 157ms, 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.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.067 s
[INFO] Finished at: 2022-11-10T16:35:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/findstatic/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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.222 s
[INFO] Finished at: 2022-11-10T16:35:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/__init__/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.1843717343411222383.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:35:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:35:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/finders/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 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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.179 s
[INFO] Finished at: 2022-11-10T16:35:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/checks/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 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", "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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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:  2.078 s
[INFO] Finished at: 2022-11-10T16:35:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/views/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 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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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:  2.176 s
[INFO] Finished at: 2022-11-10T16:35:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/staticfiles/storage/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 120ms, 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 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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.1843717343411222383.tmp/django/django/contrib/staticfiles/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.847 s
[INFO] Finished at: 2022-11-10T16:35:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/apps/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 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.1843717343411222383.tmp/django/django/contrib/admindocs/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.1843717343411222383.tmp/django/django/contrib/admindocs/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:  2.022 s
[INFO] Finished at: 2022-11-10T16:35:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/utils/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 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&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.1843717343411222383.tmp/django/django/contrib/admindocs/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.1843717343411222383.tmp/django/django/contrib/admindocs/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:  3.253 s
[INFO] Finished at: 2022-11-10T16:35:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/urls/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 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.1843717343411222383.tmp/django/django/contrib/admindocs/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.1843717343411222383.tmp/django/django/contrib/admindocs/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.348 s
[INFO] Finished at: 2022-11-10T16:35:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/__init__/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 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&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.1843717343411222383.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.930 s
[INFO] Finished at: 2022-11-10T16:35:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/views/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 117ms, 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.1843717343411222383.tmp/django/django/contrib/admindocs/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.1843717343411222383.tmp/django/django/contrib/admindocs/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.256 s
[INFO] Finished at: 2022-11-10T16:35:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admindocs/middleware/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 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 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.1843717343411222383.tmp/django/django/contrib/admindocs/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.1843717343411222383.tmp/django/django/contrib/admindocs/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:  2.149 s
[INFO] Finished at: 2022-11-10T16:35:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO
[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 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 117ms, 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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  2.135 s
[INFO] Finished at: 2022-11-10T16:36:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.101 s
[INFO] Finished at: 2022-11-10T16:36:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO
[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 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 112ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;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.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_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.1843717343411222383.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_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:  2.794 s
[INFO] Finished at: 2022-11-10T16:36:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/__init__/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 127ms, 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.1843717343411222383.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:36:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/__init__/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 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&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", "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.1843717343411222383.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.251 s
[INFO] Finished at: 2022-11-10T16:36:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/fields/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 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 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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  5.663 s
[INFO] Finished at: 2022-11-10T16:36:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/checks/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&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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  2.418 s
[INFO] Finished at: 2022-11-10T16:36:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/forms/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 158ms, 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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.943 s
[INFO] Finished at: 2022-11-10T16:36:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/models/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&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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  2.806 s
[INFO] Finished at: 2022-11-10T16:36:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/admin/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 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 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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  2.947 s
[INFO] Finished at: 2022-11-10T16:36:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/views/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 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&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.1843717343411222383.tmp/django/django/contrib/contenttypes/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.1843717343411222383.tmp/django/django/contrib/contenttypes/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:  2.377 s
[INFO] Finished at: 2022-11-10T16:36:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/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.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.373 s
[INFO] Finished at: 2022-11-10T16:36:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0001_initial/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 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 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.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.589 s
[INFO] Finished at: 2022-11-10T16:36:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/__init__/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 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.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.018 s
[INFO] Finished at: 2022-11-10T16:36:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_modify/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 157ms, 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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.148 s
[INFO] Finished at: 2022-11-10T16:36:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_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.436 s
[INFO] Finished at: 2022-11-10T16:37:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_list/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.797 s
[INFO] Finished at: 2022-11-10T16:37:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/__init__/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 138ms, 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", "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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.185 s
[INFO] Finished at: 2022-11-10T16:37:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/log/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.527 s
[INFO] Finished at: 2022-11-10T16:37:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/templatetags/base/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 118ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/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.1843717343411222383.tmp/django/django/contrib/admin/templatetags/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.478 s
[INFO] Finished at: 2022-11-10T16:37:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/apps/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 118ms, 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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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:  2.168 s
[INFO] Finished at: 2022-11-10T16:37:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/utils/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 174ms, 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;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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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:  5.103 s
[INFO] Finished at: 2022-11-10T16:37:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/decorators/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 166ms, 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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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.968 s
[INFO] Finished at: 2022-11-10T16:37:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/filters/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 146ms, 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", &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.1843717343411222383.tmp/django/django/contrib/admin/filters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/filters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.183 s
[INFO] Finished at: 2022-11-10T16:37:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/sites/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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:  4.589 s
[INFO] Finished at: 2022-11-10T16:37:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/options/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.028 s
[INFO] Finished at: 2022-11-10T16:38:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/contrib/admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.152 s
[INFO] Finished at: 2022-11-10T16:38:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/exceptions/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 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.1843717343411222383.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.081 s
[INFO] Finished at: 2022-11-10T16:38:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/actions/genUnsupportedEO
[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 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 303ms, 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 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.1843717343411222383.tmp/django/django/contrib/admin/actions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/actions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.673 s
[INFO] Finished at: 2022-11-10T16:38:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/checks/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 135ms, 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.1843717343411222383.tmp/django/django/contrib/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.1843717343411222383.tmp/django/django/contrib/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:  7.069 s
[INFO] Finished at: 2022-11-10T16:38:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/tests/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 154ms, 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", "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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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:  3.113 s
[INFO] Finished at: 2022-11-10T16:38:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/forms/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 135ms, 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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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.328 s
[INFO] Finished at: 2022-11-10T16:38:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/helpers/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 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&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.1843717343411222383.tmp/django/django/contrib/admin/helpers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/helpers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.899 s
[INFO] Finished at: 2022-11-10T16:38:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/widgets/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 166ms, 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.1843717343411222383.tmp/django/django/contrib/admin/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:38:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/models/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 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&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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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.207 s
[INFO] Finished at: 2022-11-10T16:38:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/decorators/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 165ms, 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.1843717343411222383.tmp/django/django/contrib/admin/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.1843717343411222383.tmp/django/django/contrib/admin/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.546 s
[INFO] Finished at: 2022-11-10T16:38:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/__init__/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 131ms, 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.1843717343411222383.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.299 s
[INFO] Finished at: 2022-11-10T16:39:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/autocomplete/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.882 s
[INFO] Finished at: 2022-11-10T16:39:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/main/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 164ms, 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.1843717343411222383.tmp/django/django/contrib/admin/views/main/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/views/main/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.184 s
[INFO] Finished at: 2022-11-10T16:39:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.236 s
[INFO] Finished at: 2022-11-10T16:39:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/__init__/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 118ms, 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.1843717343411222383.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.379 s
[INFO] Finished at: 2022-11-10T16:39:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/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 143ms, 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", "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.1843717343411222383.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.430 s
[INFO] Finished at: 2022-11-10T16:39:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/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 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 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.1843717343411222383.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.262 s
[INFO] Finished at: 2022-11-10T16:39:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/serializers/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 146ms, 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", "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.1843717343411222383.tmp/django/django/contrib/postgres/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.1843717343411222383.tmp/django/django/contrib/postgres/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.858 s
[INFO] Finished at: 2022-11-10T16:39:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/apps/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.1843717343411222383.tmp/django/django/contrib/postgres/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.1843717343411222383.tmp/django/django/contrib/postgres/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:  2.518 s
[INFO] Finished at: 2022-11-10T16:39:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/utils/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 160ms, 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 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.1843717343411222383.tmp/django/django/contrib/postgres/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.1843717343411222383.tmp/django/django/contrib/postgres/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:  2.391 s
[INFO] Finished at: 2022-11-10T16:39:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/expressions/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 131ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.704 s
[INFO] Finished at: 2022-11-10T16:39:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/search/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 128ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/search/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/search/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.758 s
[INFO] Finished at: 2022-11-10T16:39:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/__init__/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.290 s
[INFO] Finished at: 2022-11-10T16:39:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/signals/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 154ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.681 s
[INFO] Finished at: 2022-11-10T16:39:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/statistics/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.622 s
[INFO] Finished at: 2022-11-10T16:40:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/__init__/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 141ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.329 s
[INFO] Finished at: 2022-11-10T16:40:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO
[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 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 117ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.109 s
[INFO] Finished at: 2022-11-10T16:40:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/general/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 166ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.857 s
[INFO] Finished at: 2022-11-10T16:40:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/utils/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 131ms, 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 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.1843717343411222383.tmp/django/django/contrib/postgres/fields/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.1843717343411222383.tmp/django/django/contrib/postgres/fields/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:  2.573 s
[INFO] Finished at: 2022-11-10T16:40:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/array/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.353 s
[INFO] Finished at: 2022-11-10T16:40:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/__init__/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 146ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.492 s
[INFO] Finished at: 2022-11-10T16:40:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/ranges/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 136ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.403 s
[INFO] Finished at: 2022-11-10T16:40:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/jsonb/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", &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.1843717343411222383.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.232 s
[INFO] Finished at: 2022-11-10T16:40:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/hstore/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.1843717343411222383.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.856 s
[INFO] Finished at: 2022-11-10T16:40:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/citext/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 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&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.1843717343411222383.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:40:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/operations/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/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.1843717343411222383.tmp/django/django/contrib/postgres/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:  3.039 s
[INFO] Finished at: 2022-11-10T16:40:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/validators/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.702 s
[INFO] Finished at: 2022-11-10T16:40:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/array/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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.376 s
[INFO] Finished at: 2022-11-10T16:40:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/__init__/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.1843717343411222383.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.113 s
[INFO] Finished at: 2022-11-10T16:40:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.570 s
[INFO] Finished at: 2022-11-10T16:41:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/hstore/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 135ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.353 s
[INFO] Finished at: 2022-11-10T16:41:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/indexes/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 137ms, 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", "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.1843717343411222383.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.755 s
[INFO] Finished at: 2022-11-10T16:41:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/functions/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.1843717343411222383.tmp/django/django/contrib/postgres/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.1843717343411222383.tmp/django/django/contrib/postgres/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:  2.356 s
[INFO] Finished at: 2022-11-10T16:41:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/constraints/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 120ms, 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 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.1843717343411222383.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.500 s
[INFO] Finished at: 2022-11-10T16:41:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/lookups/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 201ms, 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.1843717343411222383.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.099 s
[INFO] Finished at: 2022-11-10T16:41:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/utils/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 221ms, 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.1843717343411222383.tmp/django/django/db/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.1843717343411222383.tmp/django/django/db/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.146 s
[INFO] Finished at: 2022-11-10T16:41:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/creation/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 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 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.1843717343411222383.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.205 s
[INFO] Finished at: 2022-11-10T16:41:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/features/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 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", &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.1843717343411222383.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.985 s
[INFO] Finished at: 2022-11-10T16:41:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/client/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 188ms, 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.1843717343411222383.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.753 s
[INFO] Finished at: 2022-11-10T16:41:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/introspection/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 176ms, 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.1843717343411222383.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.124 s
[INFO] Finished at: 2022-11-10T16:41:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/__init__/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 206ms, 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.1843717343411222383.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.726 s
[INFO] Finished at: 2022-11-10T16:41:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/operations/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 151ms, 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.1843717343411222383.tmp/django/django/db/backends/postgresql/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.1843717343411222383.tmp/django/django/db/backends/postgresql/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:  4.863 s
[INFO] Finished at: 2022-11-10T16:41:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;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.1843717343411222383.tmp/django/django/db/backends/postgresql/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.1843717343411222383.tmp/django/django/db/backends/postgresql/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:  4.361 s
[INFO] Finished at: 2022-11-10T16:42:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/schema/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 118ms, 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.1843717343411222383.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.187 s
[INFO] Finished at: 2022-11-10T16:42:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/utils/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 120ms, 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;, "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.1843717343411222383.tmp/django/django/db/backends/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.1843717343411222383.tmp/django/django/db/backends/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.212 s
[INFO] Finished at: 2022-11-10T16:42:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/features/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 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 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.1843717343411222383.tmp/django/django/db/backends/dummy/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.271 s
[INFO] Finished at: 2022-11-10T16:42:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/__init__/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 143ms, 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;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.1843717343411222383.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.219 s
[INFO] Finished at: 2022-11-10T16:42:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/dummy/base/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 117ms, 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.1843717343411222383.tmp/django/django/db/backends/dummy/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.1843717343411222383.tmp/django/django/db/backends/dummy/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.885 s
[INFO] Finished at: 2022-11-10T16:42:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/__init__/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 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&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.1843717343411222383.tmp/django/django/db/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.533 s
[INFO] Finished at: 2022-11-10T16:42:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/signals/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 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 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.1843717343411222383.tmp/django/django/db/backends/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.412 s
[INFO] Finished at: 2022-11-10T16:42:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/ddl_references/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 188ms, 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 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.1843717343411222383.tmp/django/django/db/backends/ddl_references/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/ddl_references/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.440 s
[INFO] Finished at: 2022-11-10T16:42:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/creation/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 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 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.1843717343411222383.tmp/django/django/db/backends/base/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.430 s
[INFO] Finished at: 2022-11-10T16:42:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/features/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 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 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.1843717343411222383.tmp/django/django/db/backends/base/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.268 s
[INFO] Finished at: 2022-11-10T16:42:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/client/genUnsupportedEO
[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 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 164ms, 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.1843717343411222383.tmp/django/django/db/backends/base/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:42:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/introspection/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 157ms, 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.1843717343411222383.tmp/django/django/db/backends/base/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.115 s
[INFO] Finished at: 2022-11-10T16:42:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/__init__/genUnsupportedEO
[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 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 130ms, 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;, "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.1843717343411222383.tmp/django/django/db/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.290 s
[INFO] Finished at: 2022-11-10T16:43:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/operations/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 174ms, 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.1843717343411222383.tmp/django/django/db/backends/base/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.1843717343411222383.tmp/django/django/db/backends/base/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:  6.700 s
[INFO] Finished at: 2022-11-10T16:43:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/validation/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 144ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", &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.1843717343411222383.tmp/django/django/db/backends/base/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.690 s
[INFO] Finished at: 2022-11-10T16:43:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/base/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 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 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.1843717343411222383.tmp/django/django/db/backends/base/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.1843717343411222383.tmp/django/django/db/backends/base/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:  5.055 s
[INFO] Finished at: 2022-11-10T16:43:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/schema/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 174ms, 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 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.1843717343411222383.tmp/django/django/db/backends/base/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/base/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.873 s
[INFO] Finished at: 2022-11-10T16:43:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/creation/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 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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.151 s
[INFO] Finished at: 2022-11-10T16:43:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/features/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 183ms, 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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.134 s
[INFO] Finished at: 2022-11-10T16:43:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/client/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 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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.369 s
[INFO] Finished at: 2022-11-10T16:43:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/introspection/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 140ms, 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.054 s
[INFO] Finished at: 2022-11-10T16:43:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/__init__/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 181ms, 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.482 s
[INFO] Finished at: 2022-11-10T16:43:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/operations/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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/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.1843717343411222383.tmp/django/django/db/backends/sqlite3/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:  4.441 s
[INFO] Finished at: 2022-11-10T16:44:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/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.1843717343411222383.tmp/django/django/db/backends/sqlite3/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:  5.163 s
[INFO] Finished at: 2022-11-10T16:44:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/schema/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 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 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.1843717343411222383.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.370 s
[INFO] Finished at: 2022-11-10T16:44:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/creation/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 126ms, 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 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.1843717343411222383.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.915 s
[INFO] Finished at: 2022-11-10T16:44:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/utils/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 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 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.1843717343411222383.tmp/django/django/db/backends/oracle/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.1843717343411222383.tmp/django/django/db/backends/oracle/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:  2.774 s
[INFO] Finished at: 2022-11-10T16:44:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/features/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 121ms, 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 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.1843717343411222383.tmp/django/django/db/backends/oracle/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.740 s
[INFO] Finished at: 2022-11-10T16:44:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/client/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 194ms, 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.1843717343411222383.tmp/django/django/db/backends/oracle/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.592 s
[INFO] Finished at: 2022-11-10T16:44:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/introspection/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 131ms, 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 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.1843717343411222383.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.033 s
[INFO] Finished at: 2022-11-10T16:44:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/__init__/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 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 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.1843717343411222383.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.226 s
[INFO] Finished at: 2022-11-10T16:44:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/operations/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 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&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.1843717343411222383.tmp/django/django/db/backends/oracle/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.1843717343411222383.tmp/django/django/db/backends/oracle/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:  6.041 s
[INFO] Finished at: 2022-11-10T16:44:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/validation/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 165ms, 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.1843717343411222383.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.355 s
[INFO] Finished at: 2022-11-10T16:44:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/functions/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 118ms, 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.1843717343411222383.tmp/django/django/db/backends/oracle/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.1843717343411222383.tmp/django/django/db/backends/oracle/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:  2.307 s
[INFO] Finished at: 2022-11-10T16:44:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/base/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 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.1843717343411222383.tmp/django/django/db/backends/oracle/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.1843717343411222383.tmp/django/django/db/backends/oracle/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:  4.152 s
[INFO] Finished at: 2022-11-10T16:45:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/schema/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 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.1843717343411222383.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T16:45:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.462 s
[INFO] Finished at: 2022-11-10T16:45:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/compiler/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 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 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.1843717343411222383.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.431 s
[INFO] Finished at: 2022-11-10T16:45:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/features/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 112ms, 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;, "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.1843717343411222383.tmp/django/django/db/backends/mysql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.904 s
[INFO] Finished at: 2022-11-10T16:45:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/client/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 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 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.1843717343411222383.tmp/django/django/db/backends/mysql/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.328 s
[INFO] Finished at: 2022-11-10T16:45:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/introspection/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&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.1843717343411222383.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.825 s
[INFO] Finished at: 2022-11-10T16:45:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/__init__/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 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 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.1843717343411222383.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.901 s
[INFO] Finished at: 2022-11-10T16:45:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/operations/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", &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.1843717343411222383.tmp/django/django/db/backends/mysql/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.1843717343411222383.tmp/django/django/db/backends/mysql/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:  3.767 s
[INFO] Finished at: 2022-11-10T16:45:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/validation/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 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.1843717343411222383.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.276 s
[INFO] Finished at: 2022-11-10T16:45:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/base/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&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.1843717343411222383.tmp/django/django/db/backends/mysql/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.1843717343411222383.tmp/django/django/db/backends/mysql/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:  3.357 s
[INFO] Finished at: 2022-11-10T16:45:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/schema/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 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 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.1843717343411222383.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.717 s
[INFO] Finished at: 2022-11-10T16:45:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/__init__/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 131ms, 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.1843717343411222383.tmp/django/django/db/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:45:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/transaction/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/db/transaction/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/transaction/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.570 s
[INFO] Finished at: 2022-11-10T16:45:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/utils/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.1843717343411222383.tmp/django/django/db/models/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.1843717343411222383.tmp/django/django/db/models/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:  2.314 s
[INFO] Finished at: 2022-11-10T16:45:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/options/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 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&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 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.1843717343411222383.tmp/django/django/db/models/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.772 s
[INFO] Finished at: 2022-11-10T16:46:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/expressions/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 153ms, 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.1843717343411222383.tmp/django/django/db/models/expressions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/expressions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.218 s
[INFO] Finished at: 2022-11-10T16:46:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/enums/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 113ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", &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.1843717343411222383.tmp/django/django/db/models/enums/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/enums/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.600 s
[INFO] Finished at: 2022-11-10T16:46:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/deletion/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.1843717343411222383.tmp/django/django/db/models/deletion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/deletion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.452 s
[INFO] Finished at: 2022-11-10T16:46:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/query/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 131ms, 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.1843717343411222383.tmp/django/django/db/models/query/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/query/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.635 s
[INFO] Finished at: 2022-11-10T16:46:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/__init__/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 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 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.1843717343411222383.tmp/django/django/db/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.438 s
[INFO] Finished at: 2022-11-10T16:46:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/signals/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 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&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.1843717343411222383.tmp/django/django/db/models/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.179 s
[INFO] Finished at: 2022-11-10T16:46:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/aggregates/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 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.1843717343411222383.tmp/django/django/db/models/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.1843717343411222383.tmp/django/django/db/models/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.703 s
[INFO] Finished at: 2022-11-10T16:46:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_lookups/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 136ms, 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.1843717343411222383.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.869 s
[INFO] Finished at: 2022-11-10T16:47:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.805 s
[INFO] Finished at: 2022-11-10T16:47:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related/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 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 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.1843717343411222383.tmp/django/django/db/models/fields/related/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.455 s
[INFO] Finished at: 2022-11-10T16:47:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/files/genUnsupportedEO
[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 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 124ms, 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;, "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.1843717343411222383.tmp/django/django/db/models/fields/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.1843717343411222383.tmp/django/django/db/models/fields/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.383 s
[INFO] Finished at: 2022-11-10T16:47:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_descriptors/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 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 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.1843717343411222383.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.394 s
[INFO] Finished at: 2022-11-10T16:47:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/__init__/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 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", "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.1843717343411222383.tmp/django/django/db/models/fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.613 s
[INFO] Finished at: 2022-11-10T16:47:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/json/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 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.1843717343411222383.tmp/django/django/db/models/fields/json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.171 s
[INFO] Finished at: 2022-11-10T16:48:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/mixins/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 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&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.1843717343411222383.tmp/django/django/db/models/fields/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.307 s
[INFO] Finished at: 2022-11-10T16:48:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/proxy/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 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 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.1843717343411222383.tmp/django/django/db/models/fields/proxy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/fields/proxy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.067 s
[INFO] Finished at: 2022-11-10T16:48:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constants/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 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&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.1843717343411222383.tmp/django/django/db/models/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:48:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/manager/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 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 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.1843717343411222383.tmp/django/django/db/models/manager/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/manager/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.803 s
[INFO] Finished at: 2022-11-10T16:48:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/query_utils/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 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&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.1843717343411222383.tmp/django/django/db/models/query_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.1843717343411222383.tmp/django/django/db/models/query_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.007 s
[INFO] Finished at: 2022-11-10T16:48:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/indexes/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 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.1843717343411222383.tmp/django/django/db/models/indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.481 s
[INFO] Finished at: 2022-11-10T16:48:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/math/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.1843717343411222383.tmp/django/django/db/models/functions/math/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/math/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.797 s
[INFO] Finished at: 2022-11-10T16:48:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/comparison/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/db/models/functions/comparison/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/comparison/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.378 s
[INFO] Finished at: 2022-11-10T16:48:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/__init__/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 117ms, 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.1843717343411222383.tmp/django/django/db/models/functions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.332 s
[INFO] Finished at: 2022-11-10T16:48:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/mixins/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 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;, "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.1843717343411222383.tmp/django/django/db/models/functions/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.213 s
[INFO] Finished at: 2022-11-10T16:48:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/window/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 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.1843717343411222383.tmp/django/django/db/models/functions/window/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/window/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.300 s
[INFO] Finished at: 2022-11-10T16:48:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/text/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 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 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.1843717343411222383.tmp/django/django/db/models/functions/text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.861 s
[INFO] Finished at: 2022-11-10T16:48:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/datetime/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 141ms, 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.1843717343411222383.tmp/django/django/db/models/functions/datetime/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/functions/datetime/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.176 s
[INFO] Finished at: 2022-11-10T16:48:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/base/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 148ms, 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 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.1843717343411222383.tmp/django/django/db/models/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.1843717343411222383.tmp/django/django/db/models/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:  22.462 s
[INFO] Finished at: 2022-11-10T16:49:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constraints/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 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 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.1843717343411222383.tmp/django/django/db/models/constraints/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/constraints/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.578 s
[INFO] Finished at: 2022-11-10T16:49:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/lookups/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&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.1843717343411222383.tmp/django/django/db/models/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.872 s
[INFO] Finished at: 2022-11-10T16:49:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/where/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 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 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.1843717343411222383.tmp/django/django/db/models/sql/where/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/where/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.254 s
[INFO] Finished at: 2022-11-10T16:49:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/compiler/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 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.1843717343411222383.tmp/django/django/db/models/sql/compiler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/compiler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.716 s
[INFO] Finished at: 2022-11-10T16:49:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.902 s
[INFO] Finished at: 2022-11-10T16:49:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/query/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 117ms, 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.1843717343411222383.tmp/django/django/db/models/sql/query/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/query/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  26.735 s
[INFO] Finished at: 2022-11-10T16:50:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/__init__/genUnsupportedEO
[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 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 180ms, 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 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.1843717343411222383.tmp/django/django/db/models/sql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.070 s
[INFO] Finished at: 2022-11-10T16:50:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/constants/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 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.1843717343411222383.tmp/django/django/db/models/sql/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.229 s
[INFO] Finished at: 2022-11-10T16:50:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/datastructures/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 115ms, 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", "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.1843717343411222383.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.770 s
[INFO] Finished at: 2022-11-10T16:50:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/serializer/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 117ms, 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.1843717343411222383.tmp/django/django/db/migrations/serializer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/serializer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.432 s
[INFO] Finished at: 2022-11-10T16:50:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/utils/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&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.1843717343411222383.tmp/django/django/db/migrations/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.1843717343411222383.tmp/django/django/db/migrations/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:  2.490 s
[INFO] Finished at: 2022-11-10T16:50:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/migration/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 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 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.1843717343411222383.tmp/django/django/db/migrations/migration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/migration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.873 s
[INFO] Finished at: 2022-11-10T16:50:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/state/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 180ms, 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 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.1843717343411222383.tmp/django/django/db/migrations/state/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/state/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.458 s
[INFO] Finished at: 2022-11-10T16:50:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/autodetector/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 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 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.1843717343411222383.tmp/django/django/db/migrations/autodetector/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/autodetector/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.952 s
[INFO] Finished at: 2022-11-10T16:51:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/__init__/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&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.1843717343411222383.tmp/django/django/db/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.965 s
[INFO] Finished at: 2022-11-10T16:51:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/exceptions/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 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.1843717343411222383.tmp/django/django/db/migrations/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.204 s
[INFO] Finished at: 2022-11-10T16:51:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/optimizer/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.1843717343411222383.tmp/django/django/db/migrations/optimizer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/optimizer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.404 s
[INFO] Finished at: 2022-11-10T16:51:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.214 s
[INFO] Finished at: 2022-11-10T16:51:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/fields/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 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 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.1843717343411222383.tmp/django/django/db/migrations/operations/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.1843717343411222383.tmp/django/django/db/migrations/operations/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.113 s
[INFO] Finished at: 2022-11-10T16:51:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/special/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 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", "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.1843717343411222383.tmp/django/django/db/migrations/operations/special/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/special/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.745 s
[INFO] Finished at: 2022-11-10T16:51:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/models/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 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 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.1843717343411222383.tmp/django/django/db/migrations/operations/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.1843717343411222383.tmp/django/django/db/migrations/operations/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:  6.745 s
[INFO] Finished at: 2022-11-10T16:51:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/operations/base/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 113ms, 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 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.1843717343411222383.tmp/django/django/db/migrations/operations/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.1843717343411222383.tmp/django/django/db/migrations/operations/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.510 s
[INFO] Finished at: 2022-11-10T16:51:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/graph/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 153ms, 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.1843717343411222383.tmp/django/django/db/migrations/graph/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/graph/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.450 s
[INFO] Finished at: 2022-11-10T16:51:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/recorder/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 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&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.1843717343411222383.tmp/django/django/db/migrations/recorder/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/recorder/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.386 s
[INFO] Finished at: 2022-11-10T16:51:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/executor/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 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 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.1843717343411222383.tmp/django/django/db/migrations/executor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/executor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:52:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/loader/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 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&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.1843717343411222383.tmp/django/django/db/migrations/loader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/loader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.697 s
[INFO] Finished at: 2022-11-10T16:52:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/writer/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 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 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.1843717343411222383.tmp/django/django/db/migrations/writer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/writer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.652 s
[INFO] Finished at: 2022-11-10T16:52:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/questioner/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 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 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.1843717343411222383.tmp/django/django/db/migrations/questioner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/db/migrations/questioner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.954 s
[INFO] Finished at: 2022-11-10T16:52:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/utils/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 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 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.1843717343411222383.tmp/django/django/forms/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.1843717343411222383.tmp/django/django/forms/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:  2.902 s
[INFO] Finished at: 2022-11-10T16:52:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/renderers/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 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.1843717343411222383.tmp/django/django/forms/renderers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/renderers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.375 s
[INFO] Finished at: 2022-11-10T16:52:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/__init__/genUnsupportedEO
[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 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 114ms, 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", "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.1843717343411222383.tmp/django/django/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.144 s
[INFO] Finished at: 2022-11-10T16:52:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/boundfield/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 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 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.1843717343411222383.tmp/django/django/forms/boundfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/boundfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.531 s
[INFO] Finished at: 2022-11-10T16:52:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/fields/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 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&quot;, &quot;Specification-Title&quot;, &quot;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.1843717343411222383.tmp/django/django/forms/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.1843717343411222383.tmp/django/django/forms/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:  8.319 s
[INFO] Finished at: 2022-11-10T16:52:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/formsets/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.1843717343411222383.tmp/django/django/forms/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.1843717343411222383.tmp/django/django/forms/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:  3.580 s
[INFO] Finished at: 2022-11-10T16:52:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/forms/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 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&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.1843717343411222383.tmp/django/django/forms/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.1843717343411222383.tmp/django/django/forms/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.668 s
[INFO] Finished at: 2022-11-10T16:52:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/widgets/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.1843717343411222383.tmp/django/django/forms/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.691 s
[INFO] Finished at: 2022-11-10T16:53:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/forms/models/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 128ms, 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 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.1843717343411222383.tmp/django/django/forms/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.1843717343411222383.tmp/django/django/forms/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:  10.379 s
[INFO] Finished at: 2022-11-10T16:53:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/utils/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 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.1843717343411222383.tmp/django/django/test/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.1843717343411222383.tmp/django/django/test/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:  6.241 s
[INFO] Finished at: 2022-11-10T16:53:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/html/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 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 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.1843717343411222383.tmp/django/django/test/html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.092 s
[INFO] Finished at: 2022-11-10T16:53:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/client/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.1843717343411222383.tmp/django/django/test/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.533 s
[INFO] Finished at: 2022-11-10T16:53:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/__init__/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 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 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.1843717343411222383.tmp/django/django/test/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.984 s
[INFO] Finished at: 2022-11-10T16:53:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/signals/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/django/test/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.727 s
[INFO] Finished at: 2022-11-10T16:53:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/testcases/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 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 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.1843717343411222383.tmp/django/django/test/testcases/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/testcases/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.786 s
[INFO] Finished at: 2022-11-10T16:53:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/selenium/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 132ms, 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;, "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.1843717343411222383.tmp/django/django/test/selenium/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/selenium/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.614 s
[INFO] Finished at: 2022-11-10T16:53:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/runner/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 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 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.1843717343411222383.tmp/django/django/test/runner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/test/runner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.444 s
[INFO] Finished at: 2022-11-10T16:54:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/csrf/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 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&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.1843717343411222383.tmp/django/django/views/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.423 s
[INFO] Finished at: 2022-11-10T16:54:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/csrf/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.1843717343411222383.tmp/django/django/views/decorators/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.088 s
[INFO] Finished at: 2022-11-10T16:54:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/gzip/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 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&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.1843717343411222383.tmp/django/django/views/decorators/gzip/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/gzip/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.993 s
[INFO] Finished at: 2022-11-10T16:54:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/vary/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 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 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.1843717343411222383.tmp/django/django/views/decorators/vary/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/vary/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.368 s
[INFO] Finished at: 2022-11-10T16:54:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/clickjacking/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 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 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.1843717343411222383.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.182 s
[INFO] Finished at: 2022-11-10T16:54:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/__init__/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 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 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.1843717343411222383.tmp/django/django/views/decorators/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.989 s
[INFO] Finished at: 2022-11-10T16:54:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/http/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 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.1843717343411222383.tmp/django/django/views/decorators/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.1843717343411222383.tmp/django/django/views/decorators/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:  2.340 s
[INFO] Finished at: 2022-11-10T16:54:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/cache/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/views/decorators/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.1843717343411222383.tmp/django/django/views/decorators/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.146 s
[INFO] Finished at: 2022-11-10T16:54:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/debug/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 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.1843717343411222383.tmp/django/django/views/decorators/debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.084 s
[INFO] Finished at: 2022-11-10T16:54:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/common/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 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", "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.1843717343411222383.tmp/django/django/views/decorators/common/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/decorators/common/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:54:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/defaults/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 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.1843717343411222383.tmp/django/django/views/defaults/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/defaults/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.426 s
[INFO] Finished at: 2022-11-10T16:54:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/i18n/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 137ms, 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&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.1843717343411222383.tmp/django/django/views/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.1843717343411222383.tmp/django/django/views/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:  2.972 s
[INFO] Finished at: 2022-11-10T16:54:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/__init__/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.1843717343411222383.tmp/django/django/views/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.991 s
[INFO] Finished at: 2022-11-10T16:54:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/edit/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 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", &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.1843717343411222383.tmp/django/django/views/generic/edit/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/edit/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.593 s
[INFO] Finished at: 2022-11-10T16:54:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/__init__/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 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 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.1843717343411222383.tmp/django/django/views/generic/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.224 s
[INFO] Finished at: 2022-11-10T16:54:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/dates/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 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&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.1843717343411222383.tmp/django/django/views/generic/dates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/dates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.040 s
[INFO] Finished at: 2022-11-10T16:55:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/list/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 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 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.1843717343411222383.tmp/django/django/views/generic/list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.574 s
[INFO] Finished at: 2022-11-10T16:55:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/detail/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 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.1843717343411222383.tmp/django/django/views/generic/detail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/detail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.441 s
[INFO] Finished at: 2022-11-10T16:55:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/generic/base/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/views/generic/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.1843717343411222383.tmp/django/django/views/generic/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.732 s
[INFO] Finished at: 2022-11-10T16:55:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/debug/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 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.1843717343411222383.tmp/django/django/views/debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.684 s
[INFO] Finished at: 2022-11-10T16:55:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/static/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 115ms, 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;, "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.1843717343411222383.tmp/django/django/views/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/views/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:55:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.942 s
[INFO] Finished at: 2022-11-10T16:55:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.011 s
[INFO] Finished at: 2022-11-10T16:55:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.958 s
[INFO] Finished at: 2022-11-10T16:55:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.015 s
[INFO] Finished at: 2022-11-10T16:55:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.964 s
[INFO] Finished at: 2022-11-10T16:55:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/formats/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 131ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.038 s
[INFO] Finished at: 2022-11-10T16:55:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.119 s
[INFO] Finished at: 2022-11-10T16:55:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/formats/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 128ms, 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.1843717343411222383.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.515 s
[INFO] Finished at: 2022-11-10T16:55:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO
[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 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 153ms, 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.1843717343411222383.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.348 s
[INFO] Finished at: 2022-11-10T16:55:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/formats/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 134ms, 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.1843717343411222383.tmp/django/django/conf/locale/he/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/he/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.469 s
[INFO] Finished at: 2022-11-10T16:55:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO
[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 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 142ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.267 s
[INFO] Finished at: 2022-11-10T16:55:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/th/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/th/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.548 s
[INFO] Finished at: 2022-11-10T16:56:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/__init__/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 132ms, 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"]
[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.1843717343411222383.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.329 s
[INFO] Finished at: 2022-11-10T16:56:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.709 s
[INFO] Finished at: 2022-11-10T16:56:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/__init__/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.104 s
[INFO] Finished at: 2022-11-10T16:56:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/formats/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.1843717343411222383.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.500 s
[INFO] Finished at: 2022-11-10T16:56:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/__init__/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 134ms, 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;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.1843717343411222383.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.207 s
[INFO] Finished at: 2022-11-10T16:56:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/formats/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 135ms, 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.1843717343411222383.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.327 s
[INFO] Finished at: 2022-11-10T16:56:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.272 s
[INFO] Finished at: 2022-11-10T16:56:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.085 s
[INFO] Finished at: 2022-11-10T16:56:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/__init__/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 117ms, 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.1843717343411222383.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:56:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/formats/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/km/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/km/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.990 s
[INFO] Finished at: 2022-11-10T16:56:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.846 s
[INFO] Finished at: 2022-11-10T16:56:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/formats/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 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", "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.1843717343411222383.tmp/django/django/conf/locale/de/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.065 s
[INFO] Finished at: 2022-11-10T16:56:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.175 s
[INFO] Finished at: 2022-11-10T16:56:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.319 s
[INFO] Finished at: 2022-11-10T16:56:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:56:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/formats/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 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;, &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.1843717343411222383.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.179 s
[INFO] Finished at: 2022-11-10T16:56:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/__init__/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 163ms, 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.1843717343411222383.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:57:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/te/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/te/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.197 s
[INFO] Finished at: 2022-11-10T16:57:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/__init__/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 134ms, 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.1843717343411222383.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.260 s
[INFO] Finished at: 2022-11-10T16:57:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/formats/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 171ms, 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.1843717343411222383.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.216 s
[INFO] Finished at: 2022-11-10T16:57:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.365 s
[INFO] Finished at: 2022-11-10T16:57:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.306 s
[INFO] Finished at: 2022-11-10T16:57:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO
[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 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 112ms, 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;, "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.1843717343411222383.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.994 s
[INFO] Finished at: 2022-11-10T16:57:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.444 s
[INFO] Finished at: 2022-11-10T16:57:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/__init__/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 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:57:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/formats/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 147ms, 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.1843717343411222383.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.677 s
[INFO] Finished at: 2022-11-10T16:57:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/__init__/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 166ms, 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;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.1843717343411222383.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.869 s
[INFO] Finished at: 2022-11-10T16:57:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/da/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/da/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:57:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/__init__/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 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&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.1843717343411222383.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.923 s
[INFO] Finished at: 2022-11-10T16:57:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:57:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/__init__/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 150ms, 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.1843717343411222383.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.206 s
[INFO] Finished at: 2022-11-10T16:57:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/formats/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 177ms, 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.1843717343411222383.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.304 s
[INFO] Finished at: 2022-11-10T16:57:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.018 s
[INFO] Finished at: 2022-11-10T16:57:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO
[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 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 125ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;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.1843717343411222383.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.623 s
[INFO] Finished at: 2022-11-10T16:58:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/__init__/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 118ms, 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.1843717343411222383.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.149 s
[INFO] Finished at: 2022-11-10T16:58:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/formats/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 180ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.374 s
[INFO] Finished at: 2022-11-10T16:58:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/__init__/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 153ms, 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.1843717343411222383.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.749 s
[INFO] Finished at: 2022-11-10T16:58:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/formats/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 131ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.334 s
[INFO] Finished at: 2022-11-10T16:58:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:58:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.135 s
[INFO] Finished at: 2022-11-10T16:58:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/__init__/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 118ms, 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.1843717343411222383.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.866 s
[INFO] Finished at: 2022-11-10T16:58:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:58:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.855 s
[INFO] Finished at: 2022-11-10T16:58:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.191 s
[INFO] Finished at: 2022-11-10T16:58:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.843 s
[INFO] Finished at: 2022-11-10T16:58:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.002 s
[INFO] Finished at: 2022-11-10T16:58:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/__init__/genUnsupportedEO
[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 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 124ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.279 s
[INFO] Finished at: 2022-11-10T16:58:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.813 s
[INFO] Finished at: 2022-11-10T16:58:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/formats/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&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.1843717343411222383.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.910 s
[INFO] Finished at: 2022-11-10T16:58:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.840 s
[INFO] Finished at: 2022-11-10T16:58:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:59:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.821 s
[INFO] Finished at: 2022-11-10T16:59:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.015 s
[INFO] Finished at: 2022-11-10T16:59:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/__init__/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.1843717343411222383.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.875 s
[INFO] Finished at: 2022-11-10T16:59:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:59:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.849 s
[INFO] Finished at: 2022-11-10T16:59:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:59:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;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.1843717343411222383.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.880 s
[INFO] Finished at: 2022-11-10T16:59:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/is/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/is/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T16:59:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/__init__/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 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", "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.1843717343411222383.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.852 s
[INFO] Finished at: 2022-11-10T16:59:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T16:59:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/__init__/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", &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.1843717343411222383.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.840 s
[INFO] Finished at: 2022-11-10T16:59:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/formats/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 128ms, 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.1843717343411222383.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.985 s
[INFO] Finished at: 2022-11-10T16:59:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.823 s
[INFO] Finished at: 2022-11-10T16:59:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.944 s
[INFO] Finished at: 2022-11-10T16:59:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/__init__/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&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.1843717343411222383.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.890 s
[INFO] Finished at: 2022-11-10T16:59:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/formats/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 127ms, 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.1843717343411222383.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.958 s
[INFO] Finished at: 2022-11-10T16:59:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.910 s
[INFO] Finished at: 2022-11-10T16:59:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.892 s
[INFO] Finished at: 2022-11-10T16:59:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.890 s
[INFO] Finished at: 2022-11-10T16:59:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.940 s
[INFO] Finished at: 2022-11-10T17:00:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.865 s
[INFO] Finished at: 2022-11-10T17:00:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/formats/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 122ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:00:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.808 s
[INFO] Finished at: 2022-11-10T17:00:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/formats/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.840 s
[INFO] Finished at: 2022-11-10T17:00:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/__init__/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.1843717343411222383.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.822 s
[INFO] Finished at: 2022-11-10T17:00:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.986 s
[INFO] Finished at: 2022-11-10T17:00:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/__init__/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.1843717343411222383.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.831 s
[INFO] Finished at: 2022-11-10T17:00:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/az/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/az/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.944 s
[INFO] Finished at: 2022-11-10T17:00:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.815 s
[INFO] Finished at: 2022-11-10T17:00:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.000 s
[INFO] Finished at: 2022-11-10T17:00:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.816 s
[INFO] Finished at: 2022-11-10T17:00:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.987 s
[INFO] Finished at: 2022-11-10T17:00:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.821 s
[INFO] Finished at: 2022-11-10T17:00:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.975 s
[INFO] Finished at: 2022-11-10T17:00:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/__init__/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&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.1843717343411222383.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.911 s
[INFO] Finished at: 2022-11-10T17:00:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.948 s
[INFO] Finished at: 2022-11-10T17:00:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/__init__/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 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&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.1843717343411222383.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.849 s
[INFO] Finished at: 2022-11-10T17:00:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.882 s
[INFO] Finished at: 2022-11-10T17:00:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/__init__/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 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&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.1843717343411222383.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.844 s
[INFO] Finished at: 2022-11-10T17:01:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.002 s
[INFO] Finished at: 2022-11-10T17:01:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.865 s
[INFO] Finished at: 2022-11-10T17:01:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.924 s
[INFO] Finished at: 2022-11-10T17:01:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.903 s
[INFO] Finished at: 2022-11-10T17:01:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO
[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 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 105ms, 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", "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.1843717343411222383.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:01:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.853 s
[INFO] Finished at: 2022-11-10T17:01:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/formats/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 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/django/conf/locale/en/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/en/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.070 s
[INFO] Finished at: 2022-11-10T17:01:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.845 s
[INFO] Finished at: 2022-11-10T17:01:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:01:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/__init__/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.1843717343411222383.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.855 s
[INFO] Finished at: 2022-11-10T17:01:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/formats/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.916 s
[INFO] Finished at: 2022-11-10T17:01:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.883 s
[INFO] Finished at: 2022-11-10T17:01:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/es/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.044 s
[INFO] Finished at: 2022-11-10T17:01:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.849 s
[INFO] Finished at: 2022-11-10T17:01:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/formats/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 127ms, 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.1843717343411222383.tmp/django/django/conf/locale/it/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/it/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:01:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO
[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 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 113ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.900 s
[INFO] Finished at: 2022-11-10T17:01:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/formats/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.1843717343411222383.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.100 s
[INFO] Finished at: 2022-11-10T17:01:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/__init__/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: [&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 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.1843717343411222383.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.869 s
[INFO] Finished at: 2022-11-10T17:01:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.940 s
[INFO] Finished at: 2022-11-10T17:01:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/__init__/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 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&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.1843717343411222383.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.829 s
[INFO] Finished at: 2022-11-10T17:02:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:02:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/__init__/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.859 s
[INFO] Finished at: 2022-11-10T17:02:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/el/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/el/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.000 s
[INFO] Finished at: 2022-11-10T17:02:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/__init__/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 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&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.1843717343411222383.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.860 s
[INFO] Finished at: 2022-11-10T17:02:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.961 s
[INFO] Finished at: 2022-11-10T17:02:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.867 s
[INFO] Finished at: 2022-11-10T17:02:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.914 s
[INFO] Finished at: 2022-11-10T17:02:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:02:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.932 s
[INFO] Finished at: 2022-11-10T17:02:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.813 s
[INFO] Finished at: 2022-11-10T17:02:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/formats/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 108ms, 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 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.1843717343411222383.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.914 s
[INFO] Finished at: 2022-11-10T17:02:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.836 s
[INFO] Finished at: 2022-11-10T17:02:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/formats/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 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;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.1843717343411222383.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.033 s
[INFO] Finished at: 2022-11-10T17:02:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/__init__/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.1843717343411222383.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.840 s
[INFO] Finished at: 2022-11-10T17:02:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/formats/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 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&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.1843717343411222383.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.984 s
[INFO] Finished at: 2022-11-10T17:02:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.883 s
[INFO] Finished at: 2022-11-10T17:02:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/formats/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 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.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:02:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/__init__/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 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.1843717343411222383.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.805 s
[INFO] Finished at: 2022-11-10T17:02:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:03:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO
[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 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", "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.1843717343411222383.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.816 s
[INFO] Finished at: 2022-11-10T17:03:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.974 s
[INFO] Finished at: 2022-11-10T17:03:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/__init__/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 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&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 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.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.843 s
[INFO] Finished at: 2022-11-10T17:03:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.976 s
[INFO] Finished at: 2022-11-10T17:03:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/__init__/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&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.1843717343411222383.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.876 s
[INFO] Finished at: 2022-11-10T17:03:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/formats/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 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 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.1843717343411222383.tmp/django/django/conf/locale/id/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/id/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.964 s
[INFO] Finished at: 2022-11-10T17:03:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/__init__/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:03:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/formats/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 127ms, 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.1843717343411222383.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.961 s
[INFO] Finished at: 2022-11-10T17:03:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/__init__/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 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", &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.1843717343411222383.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.828 s
[INFO] Finished at: 2022-11-10T17:03:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/formats/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.1843717343411222383.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.951 s
[INFO] Finished at: 2022-11-10T17:03:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/__init__/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.1843717343411222383.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.900 s
[INFO] Finished at: 2022-11-10T17:03:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/formats/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/conf/locale/et/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/et/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.906 s
[INFO] Finished at: 2022-11-10T17:03:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/__init__/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 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 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.1843717343411222383.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.818 s
[INFO] Finished at: 2022-11-10T17:03:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:03:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/i18n/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 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 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.1843717343411222383.tmp/django/django/conf/urls/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.1843717343411222383.tmp/django/django/conf/urls/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:  2.100 s
[INFO] Finished at: 2022-11-10T17:03:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/__init__/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 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/django/conf/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.927 s
[INFO] Finished at: 2022-11-10T17:03:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/static/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 127ms, 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.1843717343411222383.tmp/django/django/conf/urls/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/urls/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.023 s
[INFO] Finished at: 2022-11-10T17:03:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/global_settings/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 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&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.1843717343411222383.tmp/django/django/conf/global_settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/global_settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.971 s
[INFO] Finished at: 2022-11-10T17:03:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/__init__/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 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.1843717343411222383.tmp/django/django/conf/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/conf/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.694 s
[INFO] Finished at: 2022-11-10T17:04:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/dispatcher/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&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.1843717343411222383.tmp/django/django/dispatch/dispatcher/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/dispatcher/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.643 s
[INFO] Finished at: 2022-11-10T17:04:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/__init__/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 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 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.1843717343411222383.tmp/django/django/dispatch/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/dispatch/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.923 s
[INFO] Finished at: 2022-11-10T17:04:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/csrf/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 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.1843717343411222383.tmp/django/django/middleware/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.995 s
[INFO] Finished at: 2022-11-10T17:04:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/locale/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/django/middleware/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.1843717343411222383.tmp/django/django/middleware/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:  2.243 s
[INFO] Finished at: 2022-11-10T17:04:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/gzip/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 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.1843717343411222383.tmp/django/django/middleware/gzip/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/gzip/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:04:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/clickjacking/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/django/middleware/clickjacking/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/clickjacking/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.985 s
[INFO] Finished at: 2022-11-10T17:04:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/__init__/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 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 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.1843717343411222383.tmp/django/django/middleware/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.817 s
[INFO] Finished at: 2022-11-10T17:04:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/http/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 124ms, 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", "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.1843717343411222383.tmp/django/django/middleware/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.1843717343411222383.tmp/django/django/middleware/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:  2.029 s
[INFO] Finished at: 2022-11-10T17:04:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/cache/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 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.1843717343411222383.tmp/django/django/middleware/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.1843717343411222383.tmp/django/django/middleware/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.358 s
[INFO] Finished at: 2022-11-10T17:04:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/security/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 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&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.1843717343411222383.tmp/django/django/middleware/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.1843717343411222383.tmp/django/django/middleware/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.265 s
[INFO] Finished at: 2022-11-10T17:04:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/common/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 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.1843717343411222383.tmp/django/django/middleware/common/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/middleware/common/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.484 s
[INFO] Finished at: 2022-11-10T17:04:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__main__/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 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", &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.1843717343411222383.tmp/django/django/__main__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/django/__main__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.880 s
[INFO] Finished at: 2022-11-10T17:04:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/__init__/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 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.1843717343411222383.tmp/django/tests/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T17:04:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_yaml/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 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 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.1843717343411222383.tmp/django/tests/serializers/test_yaml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_yaml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.311 s
[INFO] Finished at: 2022-11-10T17:04:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_deserializedobject/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 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.1843717343411222383.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.938 s
[INFO] Finished at: 2022-11-10T17:04:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/tests/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 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 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.1843717343411222383.tmp/django/tests/serializers/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.1843717343411222383.tmp/django/tests/serializers/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:  4.271 s
[INFO] Finished at: 2022-11-10T17:04:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.570 s
[INFO] Finished at: 2022-11-10T17:05:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_json/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 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.1843717343411222383.tmp/django/tests/serializers/test_json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.532 s
[INFO] Finished at: 2022-11-10T17:05:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_xml/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 130ms, 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 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.1843717343411222383.tmp/django/tests/serializers/test_xml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_xml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.230 s
[INFO] Finished at: 2022-11-10T17:05:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/__init__/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 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.1843717343411222383.tmp/django/tests/serializers/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.853 s
[INFO] Finished at: 2022-11-10T17:05:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/natural/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 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&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.1843717343411222383.tmp/django/tests/serializers/models/natural/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/natural/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.159 s
[INFO] Finished at: 2022-11-10T17:05:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/data/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 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 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.1843717343411222383.tmp/django/tests/serializers/models/data/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/data/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.470 s
[INFO] Finished at: 2022-11-10T17:05:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/base/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 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 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.1843717343411222383.tmp/django/tests/serializers/models/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.1843717343411222383.tmp/django/tests/serializers/models/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.476 s
[INFO] Finished at: 2022-11-10T17:05:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/multi_table/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 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.1843717343411222383.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.989 s
[INFO] Finished at: 2022-11-10T17:05:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_natural/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 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&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.1843717343411222383.tmp/django/tests/serializers/test_natural/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_natural/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:05:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_data/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 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 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.1843717343411222383.tmp/django/tests/serializers/test_data/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/serializers/test_data/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.176 s
[INFO] Finished at: 2022-11-10T17:05:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/urls/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 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.1843717343411222383.tmp/django/tests/file_uploads/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.1843717343411222383.tmp/django/tests/file_uploads/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.068 s
[INFO] Finished at: 2022-11-10T17:05:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/file_uploads/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:05:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/uploadhandler/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 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 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.1843717343411222383.tmp/django/tests/file_uploads/uploadhandler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/uploadhandler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.194 s
[INFO] Finished at: 2022-11-10T17:05:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/tests/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/file_uploads/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.1843717343411222383.tmp/django/tests/file_uploads/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.870 s
[INFO] Finished at: 2022-11-10T17:05:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/models/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 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.1843717343411222383.tmp/django/tests/file_uploads/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.1843717343411222383.tmp/django/tests/file_uploads/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.889 s
[INFO] Finished at: 2022-11-10T17:05:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/file_uploads/views/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 111ms, 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 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.1843717343411222383.tmp/django/tests/file_uploads/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.1843717343411222383.tmp/django/tests/file_uploads/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:  2.533 s
[INFO] Finished at: 2022-11-10T17:05:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/urls/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 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 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.1843717343411222383.tmp/django/tests/admin_inlines/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.1843717343411222383.tmp/django/tests/admin_inlines/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.950 s
[INFO] Finished at: 2022-11-10T17:06:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/__init__/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 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;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.1843717343411222383.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.841 s
[INFO] Finished at: 2022-11-10T17:06:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/test_templates/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 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.1843717343411222383.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.079 s
[INFO] Finished at: 2022-11-10T17:06:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/tests/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 165ms, 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;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.1843717343411222383.tmp/django/tests/admin_inlines/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.1843717343411222383.tmp/django/tests/admin_inlines/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:  14.768 s
[INFO] Finished at: 2022-11-10T17:06:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/models/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 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.1843717343411222383.tmp/django/tests/admin_inlines/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.1843717343411222383.tmp/django/tests/admin_inlines/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:  2.806 s
[INFO] Finished at: 2022-11-10T17:06:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_inlines/admin/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.1843717343411222383.tmp/django/tests/admin_inlines/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.1843717343411222383.tmp/django/tests/admin_inlines/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.265 s
[INFO] Finished at: 2022-11-10T17:06:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.842 s
[INFO] Finished at: 2022-11-10T17:06:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.910 s
[INFO] Finished at: 2022-11-10T17:06:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO
[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 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: [&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;, "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.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:06:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.850 s
[INFO] Finished at: 2022-11-10T17:06:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_management/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 147ms, 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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  3.771 s
[INFO] Finished at: 2022-11-10T17:06:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/default/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 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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T17:06:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/__init__/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 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&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.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.897 s
[INFO] Finished at: 2022-11-10T17:06:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/helper/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.900 s
[INFO] Finished at: 2022-11-10T17:06:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/__init__/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 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", &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.1843717343411222383.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.852 s
[INFO] Finished at: 2022-11-10T17:07:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_finders/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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.446 s
[INFO] Finished at: 2022-11-10T17:07:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_handlers/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 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&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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.021 s
[INFO] Finished at: 2022-11-10T17:07:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_views/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 127ms, 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  2.042 s
[INFO] Finished at: 2022-11-10T17:07:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_liveserver/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.344 s
[INFO] Finished at: 2022-11-10T17:07:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.324 s
[INFO] Finished at: 2022-11-10T17:07:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_utils/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  1.990 s
[INFO] Finished at: 2022-11-10T17:07:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO
[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 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 105ms, 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;, "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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  2.276 s
[INFO] Finished at: 2022-11-10T17:07:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_forms/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.000 s
[INFO] Finished at: 2022-11-10T17:07:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_storage/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 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", "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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  4.872 s
[INFO] Finished at: 2022-11-10T17:07:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/test_templatetags/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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.1843717343411222383.tmp/django/tests/staticfiles_tests/test_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:  1.976 s
[INFO] Finished at: 2022-11-10T17:07:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/cases/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 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&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.1843717343411222383.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.287 s
[INFO] Finished at: 2022-11-10T17:07:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/staticfiles_tests/storage/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 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.1843717343411222383.tmp/django/tests/staticfiles_tests/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.1843717343411222383.tmp/django/tests/staticfiles_tests/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:  2.290 s
[INFO] Finished at: 2022-11-10T17:07:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/__init__/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 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&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.1843717343411222383.tmp/django/tests/order_with_respect_to/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.826 s
[INFO] Finished at: 2022-11-10T17:07:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/tests/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 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 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.1843717343411222383.tmp/django/tests/order_with_respect_to/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.1843717343411222383.tmp/django/tests/order_with_respect_to/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:  2.104 s
[INFO] Finished at: 2022-11-10T17:07:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/base_tests/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 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", &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.1843717343411222383.tmp/django/tests/order_with_respect_to/base_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.1843717343411222383.tmp/django/tests/order_with_respect_to/base_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:  2.462 s
[INFO] Finished at: 2022-11-10T17:07:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/order_with_respect_to/models/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 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.1843717343411222383.tmp/django/tests/order_with_respect_to/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.1843717343411222383.tmp/django/tests/order_with_respect_to/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:  2.124 s
[INFO] Finished at: 2022-11-10T17:07:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/__init__/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 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.1843717343411222383.tmp/django/tests/dbshell/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.850 s
[INFO] Finished at: 2022-11-10T17:08:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/tests/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/dbshell/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.1843717343411222383.tmp/django/tests/dbshell/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:  1.974 s
[INFO] Finished at: 2022-11-10T17:08:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/fake_client/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 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 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.1843717343411222383.tmp/django/tests/dbshell/fake_client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/fake_client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.881 s
[INFO] Finished at: 2022-11-10T17:08:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO
[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 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 122ms, 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", "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.1843717343411222383.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:08:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_mysql/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 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.1843717343411222383.tmp/django/tests/dbshell/test_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.1843717343411222383.tmp/django/tests/dbshell/test_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.990 s
[INFO] Finished at: 2022-11-10T17:08:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_postgresql/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&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.1843717343411222383.tmp/django/tests/dbshell/test_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.1843717343411222383.tmp/django/tests/dbshell/test_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:  2.608 s
[INFO] Finished at: 2022-11-10T17:08:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/dbshell/test_oracle/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 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 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.1843717343411222383.tmp/django/tests/dbshell/test_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.1843717343411222383.tmp/django/tests/dbshell/test_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:  2.158 s
[INFO] Finished at: 2022-11-10T17:08:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/__init__/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&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.1843717343411222383.tmp/django/tests/admin_checks/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T17:08:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/tests/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 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.1843717343411222383.tmp/django/tests/admin_checks/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.1843717343411222383.tmp/django/tests/admin_checks/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:  4.764 s
[INFO] Finished at: 2022-11-10T17:08:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_checks/models/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&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.1843717343411222383.tmp/django/tests/admin_checks/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.1843717343411222383.tmp/django/tests/admin_checks/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:  2.096 s
[INFO] Finished at: 2022-11-10T17:08:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/__init__/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 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 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.1843717343411222383.tmp/django/tests/fixtures/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.886 s
[INFO] Finished at: 2022-11-10T17:08:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/tests/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 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.1843717343411222383.tmp/django/tests/fixtures/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.1843717343411222383.tmp/django/tests/fixtures/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:  4.439 s
[INFO] Finished at: 2022-11-10T17:08:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/fixtures/models/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/fixtures/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.1843717343411222383.tmp/django/tests/fixtures/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:  2.374 s
[INFO] Finished at: 2022-11-10T17:08:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/__init__/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 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.1843717343411222383.tmp/django/tests/model_formsets/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.816 s
[INFO] Finished at: 2022-11-10T17:08:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/tests/genUnsupportedEO
[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 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", "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.1843717343411222383.tmp/django/tests/model_formsets/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.1843717343411222383.tmp/django/tests/model_formsets/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:  12.863 s
[INFO] Finished at: 2022-11-10T17:09:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/test_uuid/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 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.1843717343411222383.tmp/django/tests/model_formsets/test_uuid/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/test_uuid/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.227 s
[INFO] Finished at: 2022-11-10T17:09:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/model_formsets/models/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 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", "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.1843717343411222383.tmp/django/tests/model_formsets/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.1843717343411222383.tmp/django/tests/model_formsets/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:  2.613 s
[INFO] Finished at: 2022-11-10T17:09:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/__init__/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 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.1843717343411222383.tmp/django/tests/sites_framework/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.818 s
[INFO] Finished at: 2022-11-10T17:09:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/tests/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 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&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.1843717343411222383.tmp/django/tests/sites_framework/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.1843717343411222383.tmp/django/tests/sites_framework/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:  2.215 s
[INFO] Finished at: 2022-11-10T17:09:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/models/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 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.1843717343411222383.tmp/django/tests/sites_framework/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.1843717343411222383.tmp/django/tests/sites_framework/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.950 s
[INFO] Finished at: 2022-11-10T17:09:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/0001_initial/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 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&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.1843717343411222383.tmp/django/tests/sites_framework/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.371 s
[INFO] Finished at: 2022-11-10T17:09:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/__init__/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 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.1843717343411222383.tmp/django/tests/sites_framework/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/sites_framework/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.856 s
[INFO] Finished at: 2022-11-10T17:09:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/urls/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 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&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.1843717343411222383.tmp/django/tests/user_commands/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.1843717343411222383.tmp/django/tests/user_commands/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.884 s
[INFO] Finished at: 2022-11-10T17:09:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:09:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_option/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:09:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:09:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/outputwrapper/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.933 s
[INFO] Finished at: 2022-11-10T17:09:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.923 s
[INFO] Finished at: 2022-11-10T17:09:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_required/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 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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.954 s
[INFO] Finished at: 2022-11-10T17:09:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/__init__/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 112ms, 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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.917 s
[INFO] Finished at: 2022-11-10T17:09:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/transaction/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:09:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/hal/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 106ms, 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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:09:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_list_option/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:10:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/common_args/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 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&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.1843717343411222383.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.941 s
[INFO] Finished at: 2022-11-10T17:10:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_system_checks/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_system_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.1843717343411222383.tmp/django/tests/user_commands/management/commands/no_system_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:  1.871 s
[INFO] Finished at: 2022-11-10T17:10:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_dest/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 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&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.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.932 s
[INFO] Finished at: 2022-11-10T17:10:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_constant_option/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.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.043 s
[INFO] Finished at: 2022-11-10T17:10:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/reverse_url/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 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&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.1843717343411222383.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.898 s
[INFO] Finished at: 2022-11-10T17:10:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/specific_system_checks/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/specific_system_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.1843717343411222383.tmp/django/tests/user_commands/management/commands/specific_system_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:  1.903 s
[INFO] Finished at: 2022-11-10T17:10:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/set_option/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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.892 s
[INFO] Finished at: 2022-11-10T17:10:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.983 s
[INFO] Finished at: 2022-11-10T17:10:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/dance/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 128ms, 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.1843717343411222383.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.073 s
[INFO] Finished at: 2022-11-10T17:10:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO
[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 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: [&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;, "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.1843717343411222383.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.869 s
[INFO] Finished at: 2022-11-10T17:10:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/__init__/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 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.1843717343411222383.tmp/django/tests/user_commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T17:10:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/tests/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 105ms, 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", "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.1843717343411222383.tmp/django/tests/user_commands/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.1843717343411222383.tmp/django/tests/user_commands/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:  4.015 s
[INFO] Finished at: 2022-11-10T17:10:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/user_commands/models/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 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.1843717343411222383.tmp/django/tests/user_commands/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.1843717343411222383.tmp/django/tests/user_commands/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.821 s
[INFO] Finished at: 2022-11-10T17:10:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/one_config_app/apps/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 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&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.1843717343411222383.tmp/django/tests/apps/one_config_app/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.1843717343411222383.tmp/django/tests/apps/one_config_app/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.816 s
[INFO] Finished at: 2022-11-10T17:10:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/one_config_app/__init__/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 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 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.1843717343411222383.tmp/django/tests/apps/one_config_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/one_config_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.857 s
[INFO] Finished at: 2022-11-10T17:10:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/apps/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 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&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.1843717343411222383.tmp/django/tests/apps/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.1843717343411222383.tmp/django/tests/apps/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.895 s
[INFO] Finished at: 2022-11-10T17:10:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.870 s
[INFO] Finished at: 2022-11-10T17:10:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/apps/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 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&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.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/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.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/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.906 s
[INFO] Finished at: 2022-11-10T17:10:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/__init__/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 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 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.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_one_default_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.900 s
[INFO] Finished at: 2022-11-10T17:11:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/no_config_app/__init__/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 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.1843717343411222383.tmp/django/tests/apps/no_config_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/no_config_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.857 s
[INFO] Finished at: 2022-11-10T17:11:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/apps/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/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.836 s
[INFO] Finished at: 2022-11-10T17:11:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.852 s
[INFO] Finished at: 2022-11-10T17:11:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/namespace_package_base/nsapp/apps/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/apps/namespace_package_base/nsapp/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.1843717343411222383.tmp/django/tests/apps/namespace_package_base/nsapp/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.905 s
[INFO] Finished at: 2022-11-10T17:11:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/__init__/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 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.1843717343411222383.tmp/django/tests/apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:11:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/apps/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: [&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", "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.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/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.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/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.897 s
[INFO] Finished at: 2022-11-10T17:11:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/__init__/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 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.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_default_configs_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.823 s
[INFO] Finished at: 2022-11-10T17:11:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/tests/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 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", &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.1843717343411222383.tmp/django/tests/apps/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.1843717343411222383.tmp/django/tests/apps/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:  3.798 s
[INFO] Finished at: 2022-11-10T17:11:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/apps/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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/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.834 s
[INFO] Finished at: 2022-11-10T17:11:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/__init__/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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.805 s
[INFO] Finished at: 2022-11-10T17:11:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_app/apps/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 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.1843717343411222383.tmp/django/tests/apps/two_configs_app/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.1843717343411222383.tmp/django/tests/apps/two_configs_app/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.866 s
[INFO] Finished at: 2022-11-10T17:11:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_app/__init__/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", &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.1843717343411222383.tmp/django/tests/apps/two_configs_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/two_configs_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.844 s
[INFO] Finished at: 2022-11-10T17:11:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/models/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.1843717343411222383.tmp/django/tests/apps/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.1843717343411222383.tmp/django/tests/apps/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.933 s
[INFO] Finished at: 2022-11-10T17:11:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/apps/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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/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.908 s
[INFO] Finished at: 2022-11-10T17:11:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:11:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_apps/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 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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_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.1843717343411222383.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_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.879 s
[INFO] Finished at: 2022-11-10T17:11:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/urls/genUnsupportedEO
[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 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 124ms, 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", "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.1843717343411222383.tmp/django/tests/syndication_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.1843717343411222383.tmp/django/tests/syndication_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:  2.195 s
[INFO] Finished at: 2022-11-10T17:11:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/__init__/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 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.1843717343411222383.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T17:11:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/feeds/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 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", "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.1843717343411222383.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.534 s
[INFO] Finished at: 2022-11-10T17:12:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/tests/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 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.1843717343411222383.tmp/django/tests/syndication_tests/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.1843717343411222383.tmp/django/tests/syndication_tests/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.476 s
[INFO] Finished at: 2022-11-10T17:12:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/syndication_tests/models/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 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&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.1843717343411222383.tmp/django/tests/syndication_tests/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.1843717343411222383.tmp/django/tests/syndication_tests/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.973 s
[INFO] Finished at: 2022-11-10T17:12:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/__init__/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.1843717343411222383.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.845 s
[INFO] Finished at: 2022-11-10T17:12:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/tests/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 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;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.1843717343411222383.tmp/django/tests/distinct_on_fields/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.1843717343411222383.tmp/django/tests/distinct_on_fields/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:  3.814 s
[INFO] Finished at: 2022-11-10T17:12:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/distinct_on_fields/models/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 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 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.1843717343411222383.tmp/django/tests/distinct_on_fields/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.1843717343411222383.tmp/django/tests/distinct_on_fields/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:  2.090 s
[INFO] Finished at: 2022-11-10T17:12:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/__init__/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 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 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.1843717343411222383.tmp/django/tests/aggregation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.888 s
[INFO] Finished at: 2022-11-10T17:12:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/tests/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 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 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.1843717343411222383.tmp/django/tests/aggregation/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.1843717343411222383.tmp/django/tests/aggregation/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:  18.777 s
[INFO] Finished at: 2022-11-10T17:12:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/test_filter_argument/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 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.1843717343411222383.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.268 s
[INFO] Finished at: 2022-11-10T17:12:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/aggregation/models/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/aggregation/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.1843717343411222383.tmp/django/tests/aggregation/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:  2.116 s
[INFO] Finished at: 2022-11-10T17:12:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/__init__/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 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.1843717343411222383.tmp/django/tests/empty/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.888 s
[INFO] Finished at: 2022-11-10T17:12:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/tests/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 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;, "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.1843717343411222383.tmp/django/tests/empty/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.1843717343411222383.tmp/django/tests/empty/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:  1.905 s
[INFO] Finished at: 2022-11-10T17:12:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/models/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 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.1843717343411222383.tmp/django/tests/empty/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.1843717343411222383.tmp/django/tests/empty/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.847 s
[INFO] Finished at: 2022-11-10T17:13:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/no_models/__init__/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 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&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.1843717343411222383.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.842 s
[INFO] Finished at: 2022-11-10T17:13:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/decorators/__init__/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 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.1843717343411222383.tmp/django/tests/decorators/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/decorators/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.861 s
[INFO] Finished at: 2022-11-10T17:13:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/decorators/tests/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 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;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.1843717343411222383.tmp/django/tests/decorators/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.1843717343411222383.tmp/django/tests/decorators/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:  3.616 s
[INFO] Finished at: 2022-11-10T17:13:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/files/__init__/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.1843717343411222383.tmp/django/tests/files/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/files/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T17:13:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/files/tests/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 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&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.1843717343411222383.tmp/django/tests/files/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.1843717343411222383.tmp/django/tests/files/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:  3.578 s
[INFO] Finished at: 2022-11-10T17:13:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_origin/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 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 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.1843717343411222383.tmp/django/tests/template_tests/test_origin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_origin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:13:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/testtags/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 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.1843717343411222383.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.984 s
[INFO] Finished at: 2022-11-10T17:13:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:13:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/custom/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 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.1843717343411222383.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.524 s
[INFO] Finished at: 2022-11-10T17:13:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/__init__/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 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", "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.1843717343411222383.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.787 s
[INFO] Finished at: 2022-11-10T17:13:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/tag_27584/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 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.1843717343411222383.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.916 s
[INFO] Finished at: 2022-11-10T17:13:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/echo/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 111ms, 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"]
[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.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.871 s
[INFO] Finished at: 2022-11-10T17:13:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/__init__/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 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.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.840 s
[INFO] Finished at: 2022-11-10T17:13:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/bad_tag/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", &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.1843717343411222383.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T17:13:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/utils/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 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.1843717343411222383.tmp/django/tests/template_tests/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.1843717343411222383.tmp/django/tests/template_tests/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:  2.330 s
[INFO] Finished at: 2022-11-10T17:13:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_logging/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 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&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.1843717343411222383.tmp/django/tests/template_tests/test_logging/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_logging/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.227 s
[INFO] Finished at: 2022-11-10T17:13:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/alternate_urls/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 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 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.1843717343411222383.tmp/django/tests/template_tests/alternate_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.1843717343411222383.tmp/django/tests/template_tests/alternate_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.977 s
[INFO] Finished at: 2022-11-10T17:13:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_smartif/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 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&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.1843717343411222383.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.332 s
[INFO] Finished at: 2022-11-10T17:14:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/urls/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 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.1843717343411222383.tmp/django/tests/template_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.1843717343411222383.tmp/django/tests/template_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:  2.136 s
[INFO] Finished at: 2022-11-10T17:14:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/__init__/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 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.1843717343411222383.tmp/django/tests/template_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.846 s
[INFO] Finished at: 2022-11-10T17:14:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.871 s
[INFO] Finished at: 2022-11-10T17:14:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_callables/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 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 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.1843717343411222383.tmp/django/tests/template_tests/test_callables/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_callables/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.299 s
[INFO] Finished at: 2022-11-10T17:14:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_custom/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 112ms, 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 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.1843717343411222383.tmp/django/tests/template_tests/test_custom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_custom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.343 s
[INFO] Finished at: 2022-11-10T17:14:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_parser/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 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.1843717343411222383.tmp/django/tests/template_tests/test_parser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_parser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.389 s
[INFO] Finished at: 2022-11-10T17:14:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_base/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&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.1843717343411222383.tmp/django/tests/template_tests/test_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.1843717343411222383.tmp/django/tests/template_tests/test_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.405 s
[INFO] Finished at: 2022-11-10T17:14:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/tests/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 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.1843717343411222383.tmp/django/tests/template_tests/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.1843717343411222383.tmp/django/tests/template_tests/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:  2.543 s
[INFO] Finished at: 2022-11-10T17:14:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_response/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 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", &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.1843717343411222383.tmp/django/tests/template_tests/test_response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.285 s
[INFO] Finished at: 2022-11-10T17:14:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_lorem/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.077 s
[INFO] Finished at: 2022-11-10T17:14:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_static/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 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", &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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.233 s
[INFO] Finished at: 2022-11-10T17:14:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_autoescape/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.375 s
[INFO] Finished at: 2022-11-10T17:14:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cache/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 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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_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.358 s
[INFO] Finished at: 2022-11-10T17:14:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_template_tag/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.121 s
[INFO] Finished at: 2022-11-10T17:14:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_url/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.066 s
[INFO] Finished at: 2022-11-10T17:14:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.066 s
[INFO] Finished at: 2022-11-10T17:14:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.070 s
[INFO] Finished at: 2022-11-10T17:15:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO
[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 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 105ms, 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", "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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:15:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_regroup/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.569 s
[INFO] Finished at: 2022-11-10T17:15:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_verbatim/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 105ms, 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", "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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:15:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:15:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.387 s
[INFO] Finished at: 2022-11-10T17:15:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/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 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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.090 s
[INFO] Finished at: 2022-11-10T17:15:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.901 s
[INFO] Finished at: 2022-11-10T17:15:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.979 s
[INFO] Finished at: 2022-11-10T17:15:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.810 s
[INFO] Finished at: 2022-11-10T17:15:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.083 s
[INFO] Finished at: 2022-11-10T17:15:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.057 s
[INFO] Finished at: 2022-11-10T17:15:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.919 s
[INFO] Finished at: 2022-11-10T17:15:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.780 s
[INFO] Finished at: 2022-11-10T17:15:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/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.102 s
[INFO] Finished at: 2022-11-10T17:15:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/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 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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.815 s
[INFO] Finished at: 2022-11-10T17:15:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.911 s
[INFO] Finished at: 2022-11-10T17:15:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/__init__/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:15:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_for/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 122ms, 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;, "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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.962 s
[INFO] Finished at: 2022-11-10T17:16:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_firstof/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.340 s
[INFO] Finished at: 2022-11-10T17:16:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_comment/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.172 s
[INFO] Finished at: 2022-11-10T17:16:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.243 s
[INFO] Finished at: 2022-11-10T17:16:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_multiline/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 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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.934 s
[INFO] Finished at: 2022-11-10T17:16:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.239 s
[INFO] Finished at: 2022-11-10T17:16:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cycle/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 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", &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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.654 s
[INFO] Finished at: 2022-11-10T17:16:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_load/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 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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.210 s
[INFO] Finished at: 2022-11-10T17:16:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:16:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_basic/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.003 s
[INFO] Finished at: 2022-11-10T17:16:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if_changed/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.112 s
[INFO] Finished at: 2022-11-10T17:16:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.436 s
[INFO] Finished at: 2022-11-10T17:16:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_spaceless/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:16:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_numpy/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 121ms, 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", "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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:16:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.520 s
[INFO] Finished at: 2022-11-10T17:16:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_list_index/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 108ms, 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"]
[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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.183 s
[INFO] Finished at: 2022-11-10T17:16:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_now/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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.219 s
[INFO] Finished at: 2022-11-10T17:17:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_include/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.211 s
[INFO] Finished at: 2022-11-10T17:17:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.514 s
[INFO] Finished at: 2022-11-10T17:17:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_setup/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 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&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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.963 s
[INFO] Finished at: 2022-11-10T17:17:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_with/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 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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.198 s
[INFO] Finished at: 2022-11-10T17:17:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_exceptions/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 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", &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.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.077 s
[INFO] Finished at: 2022-11-10T17:17:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends_relative/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 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.1843717343411222383.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.398 s
[INFO] Finished at: 2022-11-10T17:17:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_loaders/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 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.1843717343411222383.tmp/django/tests/template_tests/test_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.1843717343411222383.tmp/django/tests/template_tests/test_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.882 s
[INFO] Finished at: 2022-11-10T17:17:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.046 s
[INFO] Finished at: 2022-11-10T17:17:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_stringformat/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.143 s
[INFO] Finished at: 2022-11-10T17:17:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.621 s
[INFO] Finished at: 2022-11-10T17:17:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordcount/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 146ms, 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.079 s
[INFO] Finished at: 2022-11-10T17:17:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlencode/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 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", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:17:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordwrap/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 127ms, 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.143 s
[INFO] Finished at: 2022-11-10T17:17:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_cut/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 127ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", &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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.167 s
[INFO] Finished at: 2022-11-10T17:17:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_pluralize/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.335 s
[INFO] Finished at: 2022-11-10T17:17:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_autoescape/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:17:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_upper/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.018 s
[INFO] Finished at: 2022-11-10T17:18:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escape/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:18:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.260 s
[INFO] Finished at: 2022-11-10T17:18:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_title/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.009 s
[INFO] Finished at: 2022-11-10T17:18:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_random/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.065 s
[INFO] Finished at: 2022-11-10T17:18:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_floatformat/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.587 s
[INFO] Finished at: 2022-11-10T17:18:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.044 s
[INFO] Finished at: 2022-11-10T17:18:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_time/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.275 s
[INFO] Finished at: 2022-11-10T17:18:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:18:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/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 127ms, 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:18:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length/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 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;, "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.187 s
[INFO] Finished at: 2022-11-10T17:18:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.099 s
[INFO] Finished at: 2022-11-10T17:18:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safeseq/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.951 s
[INFO] Finished at: 2022-11-10T17:18:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_chaining/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.298 s
[INFO] Finished at: 2022-11-10T17:18:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slice/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.077 s
[INFO] Finished at: 2022-11-10T17:18:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlize/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:18:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_divisibleby/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.913 s
[INFO] Finished at: 2022-11-10T17:18:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/__init__/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:18:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_ljust/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:19:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slugify/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 128ms, 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.096 s
[INFO] Finished at: 2022-11-10T17:19:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_unordered_list/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.437 s
[INFO] Finished at: 2022-11-10T17:19:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T17:19:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_get_digit/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.001 s
[INFO] Finished at: 2022-11-10T17:19:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_last/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 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", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.100 s
[INFO] Finished at: 2022-11-10T17:19:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_make_list/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:19:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_yesno/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 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", &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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.081 s
[INFO] Finished at: 2022-11-10T17:19:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:19:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/timezone_utils/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/timezone_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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/timezone_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:  2.017 s
[INFO] Finished at: 2022-11-10T17:19:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.609 s
[INFO] Finished at: 2022-11-10T17:19:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safe/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 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", &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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:19:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_capfirst/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.016 s
[INFO] Finished at: 2022-11-10T17:19:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_addslashes/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:19:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_json_script/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.937 s
[INFO] Finished at: 2022-11-10T17:19:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.113 s
[INFO] Finished at: 2022-11-10T17:19:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.360 s
[INFO] Finished at: 2022-11-10T17:19:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.087 s
[INFO] Finished at: 2022-11-10T17:19:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO
[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 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 124ms, 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.063 s
[INFO] Finished at: 2022-11-10T17:19:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_rjust/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.133 s
[INFO] Finished at: 2022-11-10T17:20:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaks/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 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", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.168 s
[INFO] Finished at: 2022-11-10T17:20:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:20:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_force_escape/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 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.144 s
[INFO] Finished at: 2022-11-10T17:20:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_iriencode/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 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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.063 s
[INFO] Finished at: 2022-11-10T17:20:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timeuntil/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 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&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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.530 s
[INFO] Finished at: 2022-11-10T17:20:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_add/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:20:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_date/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 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;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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.296 s
[INFO] Finished at: 2022-11-10T17:20:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escapejs/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:20:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_first/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.183 s
[INFO] Finished at: 2022-11-10T17:20:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.978 s
[INFO] Finished at: 2022-11-10T17:20:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linenumbers/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.112 s
[INFO] Finished at: 2022-11-10T17:20:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length_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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_length_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.317 s
[INFO] Finished at: 2022-11-10T17:20:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_join/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 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.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.336 s
[INFO] Finished at: 2022-11-10T17:20:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_context/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/tests/template_tests/test_context/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_context/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.066 s
[INFO] Finished at: 2022-11-10T17:20:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_engine/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 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.1843717343411222383.tmp/django/tests/template_tests/test_engine/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_engine/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.292 s
[INFO] Finished at: 2022-11-10T17:20:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends/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 114ms, 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 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.1843717343411222383.tmp/django/tests/template_tests/test_extends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_extends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.578 s
[INFO] Finished at: 2022-11-10T17:20:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_library/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 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.1843717343411222383.tmp/django/tests/template_tests/test_library/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_library/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.473 s
[INFO] Finished at: 2022-11-10T17:21:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/views/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 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&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.1843717343411222383.tmp/django/tests/template_tests/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.1843717343411222383.tmp/django/tests/template_tests/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:  1.945 s
[INFO] Finished at: 2022-11-10T17:21:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/broken_tag/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 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.1843717343411222383.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:21:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_nodelist/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 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&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.1843717343411222383.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.353 s
[INFO] Finished at: 2022-11-10T17:21:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_autoreloader/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 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 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.1843717343411222383.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.472 s
[INFO] Finished at: 2022-11-10T17:21:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/__init__/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 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 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.1843717343411222383.tmp/django/tests/null_fk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.809 s
[INFO] Finished at: 2022-11-10T17:21:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/tests/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 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.1843717343411222383.tmp/django/tests/null_fk/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.1843717343411222383.tmp/django/tests/null_fk/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:  2.307 s
[INFO] Finished at: 2022-11-10T17:21:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/null_fk/models/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 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.1843717343411222383.tmp/django/tests/null_fk/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.1843717343411222383.tmp/django/tests/null_fk/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:  2.074 s
[INFO] Finished at: 2022-11-10T17:21:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/__init__/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;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.1843717343411222383.tmp/django/tests/multiple_database/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.868 s
[INFO] Finished at: 2022-11-10T17:21:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/routers/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 127ms, 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.1843717343411222383.tmp/django/tests/multiple_database/routers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/routers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:21:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/tests/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 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&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 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.1843717343411222383.tmp/django/tests/multiple_database/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.1843717343411222383.tmp/django/tests/multiple_database/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:  25.326 s
[INFO] Finished at: 2022-11-10T17:21:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/multiple_database/models/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 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 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.1843717343411222383.tmp/django/tests/multiple_database/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.1843717343411222383.tmp/django/tests/multiple_database/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:  2.209 s
[INFO] Finished at: 2022-11-10T17:21:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/wsgi/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 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&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.1843717343411222383.tmp/django/tests/wsgi/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.906 s
[INFO] Finished at: 2022-11-10T17:22:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/urls/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 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 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.1843717343411222383.tmp/django/tests/wsgi/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.1843717343411222383.tmp/django/tests/wsgi/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.918 s
[INFO] Finished at: 2022-11-10T17:22:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/__init__/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 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", &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.1843717343411222383.tmp/django/tests/wsgi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.842 s
[INFO] Finished at: 2022-11-10T17:22:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/wsgi/tests/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 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.1843717343411222383.tmp/django/tests/wsgi/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.1843717343411222383.tmp/django/tests/wsgi/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:  2.292 s
[INFO] Finished at: 2022-11-10T17:22:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_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.956 s
[INFO] Finished at: 2022-11-10T17:22:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls/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 128ms, 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_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.969 s
[INFO] Finished at: 2022-11-10T17:22:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_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:  1.894 s
[INFO] Finished at: 2022-11-10T17:22:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:22:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/utils/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 127ms, 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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:  2.104 s
[INFO] Finished at: 2022-11-10T17:22:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/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 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", "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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.862 s
[INFO] Finished at: 2022-11-10T17:22:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/reverse_lazy_urls/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/reverse_lazy_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/reverse_lazy_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.948 s
[INFO] Finished at: 2022-11-10T17:22:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls/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 113ms, 53 saved, 595 ignored: ["Agent-Class", &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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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:  3.167 s
[INFO] Finished at: 2022-11-10T17:22:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_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.941 s
[INFO] Finished at: 2022-11-10T17:22:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/__init__/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 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", &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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.859 s
[INFO] Finished at: 2022-11-10T17:22:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_app_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_app_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_app_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.025 s
[INFO] Finished at: 2022-11-10T17:22:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/no_urls/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&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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/no_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/no_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.858 s
[INFO] Finished at: 2022-11-10T17:22:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_inner/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_inner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_inner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.930 s
[INFO] Finished at: 2022-11-10T17:22:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/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 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", &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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:22:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.849 s
[INFO] Finished at: 2022-11-10T17:22:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:23:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.831 s
[INFO] Finished at: 2022-11-10T17:23:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_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.957 s
[INFO] Finished at: 2022-11-10T17:23:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/tests/genUnsupportedEO
[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 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 112ms, 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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:  13.531 s
[INFO] Finished at: 2022-11-10T17:23:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls2/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_urls2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:23:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/method_view_urls/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 124ms, 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/method_view_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/method_view_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.982 s
[INFO] Finished at: 2022-11-10T17:23:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_namespace_urls/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_namespace_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_namespace_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.290 s
[INFO] Finished at: 2022-11-10T17:23:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/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 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&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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.257 s
[INFO] Finished at: 2022-11-10T17:23:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nested_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nested_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/nested_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.014 s
[INFO] Finished at: 2022-11-10T17:23:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/extra_urls/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 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", &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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/extra_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/extra_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.985 s
[INFO] Finished at: 2022-11-10T17:23:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views/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 127ms, 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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:  2.121 s
[INFO] Finished at: 2022-11-10T17:23:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_without_handlers/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 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&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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_without_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urls_without_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:  1.902 s
[INFO] Finished at: 2022-11-10T17:23:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/namespace_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/namespace_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/namespace_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.621 s
[INFO] Finished at: 2022-11-10T17:23:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views_broken/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views_broken/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/views_broken/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.896 s
[INFO] Finished at: 2022-11-10T17:23:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:23:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_outer/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_outer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/urlconf_outer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.919 s
[INFO] Finished at: 2022-11-10T17:24:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO
[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 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 124ms, 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", "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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.961 s
[INFO] Finished at: 2022-11-10T17:24:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/erroneous_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/erroneous_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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/erroneous_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.865 s
[INFO] Finished at: 2022-11-10T17:24:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns_reverse/middleware/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 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", "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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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.1843717343411222383.tmp/django/tests/urlpatterns_reverse/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:  2.056 s
[INFO] Finished at: 2022-11-10T17:24:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/__init__/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 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.1843717343411222383.tmp/django/tests/inspectdb/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:24:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/tests/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 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", &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.1843717343411222383.tmp/django/tests/inspectdb/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.1843717343411222383.tmp/django/tests/inspectdb/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:  3.165 s
[INFO] Finished at: 2022-11-10T17:24:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/inspectdb/models/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 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.1843717343411222383.tmp/django/tests/inspectdb/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.1843717343411222383.tmp/django/tests/inspectdb/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:  2.324 s
[INFO] Finished at: 2022-11-10T17:24:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/__init__/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 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&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.1843717343411222383.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.823 s
[INFO] Finished at: 2022-11-10T17:24:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/tests/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 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 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.1843717343411222383.tmp/django/tests/queryset_pickle/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.1843717343411222383.tmp/django/tests/queryset_pickle/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:  3.762 s
[INFO] Finished at: 2022-11-10T17:24:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/queryset_pickle/models/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 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&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.1843717343411222383.tmp/django/tests/queryset_pickle/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.1843717343411222383.tmp/django/tests/queryset_pickle/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:  2.183 s
[INFO] Finished at: 2022-11-10T17:24:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/__init__/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.1843717343411222383.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.875 s
[INFO] Finished at: 2022-11-10T17:24:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_creation/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 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.1843717343411222383.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.446 s
[INFO] Finished at: 2022-11-10T17:24:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/backends/postgresql/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.1843717343411222383.tmp/django/tests/backends/postgresql/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:  2.946 s
[INFO] Finished at: 2022-11-10T17:24:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_server_side_cursors/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 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 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.1843717343411222383.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:24:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/tests/backends/postgresql/test_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.1843717343411222383.tmp/django/tests/backends/postgresql/test_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:  2.055 s
[INFO] Finished at: 2022-11-10T17:24:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_introspection/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 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 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.1843717343411222383.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.076 s
[INFO] Finished at: 2022-11-10T17:24:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/__init__/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 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&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 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.1843717343411222383.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:24:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_features/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 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.1843717343411222383.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.974 s
[INFO] Finished at: 2022-11-10T17:25:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_creation/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 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&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.1843717343411222383.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.115 s
[INFO] Finished at: 2022-11-10T17:25:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/tests/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 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 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.1843717343411222383.tmp/django/tests/backends/sqlite/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.1843717343411222383.tmp/django/tests/backends/sqlite/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:  2.831 s
[INFO] Finished at: 2022-11-10T17:25:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_operations/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 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&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.1843717343411222383.tmp/django/tests/backends/sqlite/test_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.1843717343411222383.tmp/django/tests/backends/sqlite/test_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:  2.204 s
[INFO] Finished at: 2022-11-10T17:25:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_introspection/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 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.1843717343411222383.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.692 s
[INFO] Finished at: 2022-11-10T17:25:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/__init__/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&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.1843717343411222383.tmp/django/tests/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.844 s
[INFO] Finished at: 2022-11-10T17:25:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/tests/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 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 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.1843717343411222383.tmp/django/tests/backends/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.1843717343411222383.tmp/django/tests/backends/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:  6.409 s
[INFO] Finished at: 2022-11-10T17:25:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/test_utils/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 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 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.1843717343411222383.tmp/django/tests/backends/test_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.1843717343411222383.tmp/django/tests/backends/test_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:  2.585 s
[INFO] Finished at: 2022-11-10T17:25:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/models/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/backends/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.1843717343411222383.tmp/django/tests/backends/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:  2.330 s
[INFO] Finished at: 2022-11-10T17:25:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/__init__/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 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.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.821 s
[INFO] Finished at: 2022-11-10T17:25:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/models/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: [&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;, "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.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/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.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/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.901 s
[INFO] Finished at: 2022-11-10T17:25:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/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 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 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.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.085 s
[INFO] Finished at: 2022-11-10T17:25:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/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 128ms, 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 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.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.842 s
[INFO] Finished at: 2022-11-10T17:25:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/__init__/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 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 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.1843717343411222383.tmp/django/tests/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.815 s
[INFO] Finished at: 2022-11-10T17:25:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_features/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 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", &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.1843717343411222383.tmp/django/tests/backends/base/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.991 s
[INFO] Finished at: 2022-11-10T17:25:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_base/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 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.1843717343411222383.tmp/django/tests/backends/base/test_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.1843717343411222383.tmp/django/tests/backends/base/test_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.557 s
[INFO] Finished at: 2022-11-10T17:25:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_creation/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 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&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.1843717343411222383.tmp/django/tests/backends/base/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.722 s
[INFO] Finished at: 2022-11-10T17:25:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_schema/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 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.1843717343411222383.tmp/django/tests/backends/base/test_schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.017 s
[INFO] Finished at: 2022-11-10T17:26:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_operations/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 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.1843717343411222383.tmp/django/tests/backends/base/test_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.1843717343411222383.tmp/django/tests/backends/base/test_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:  2.691 s
[INFO] Finished at: 2022-11-10T17:26:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_introspection/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 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.1843717343411222383.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.103 s
[INFO] Finished at: 2022-11-10T17:26:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_client/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 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 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.1843717343411222383.tmp/django/tests/backends/base/test_client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/base/test_client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.038 s
[INFO] Finished at: 2022-11-10T17:26:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.487 s
[INFO] Finished at: 2022-11-10T17:26:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/__init__/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 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.1843717343411222383.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.882 s
[INFO] Finished at: 2022-11-10T17:26:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_creation/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 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 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.1843717343411222383.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.356 s
[INFO] Finished at: 2022-11-10T17:26:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/tests/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 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.1843717343411222383.tmp/django/tests/backends/oracle/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.1843717343411222383.tmp/django/tests/backends/oracle/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:  2.318 s
[INFO] Finished at: 2022-11-10T17:26:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_operations/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 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", &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.1843717343411222383.tmp/django/tests/backends/oracle/test_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.1843717343411222383.tmp/django/tests/backends/oracle/test_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:  2.323 s
[INFO] Finished at: 2022-11-10T17:26:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_introspection/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 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 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.1843717343411222383.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.137 s
[INFO] Finished at: 2022-11-10T17:26:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/__init__/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 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&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.1843717343411222383.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.843 s
[INFO] Finished at: 2022-11-10T17:26:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_features/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 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 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.1843717343411222383.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.076 s
[INFO] Finished at: 2022-11-10T17:26:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_creation/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&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.1843717343411222383.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.326 s
[INFO] Finished at: 2022-11-10T17:26:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/tests/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 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.1843717343411222383.tmp/django/tests/backends/mysql/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.1843717343411222383.tmp/django/tests/backends/mysql/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:  2.250 s
[INFO] Finished at: 2022-11-10T17:26:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_schema/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 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.1843717343411222383.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.170 s
[INFO] Finished at: 2022-11-10T17:26:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/backends/mysql/test_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.1843717343411222383.tmp/django/tests/backends/mysql/test_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:  2.130 s
[INFO] Finished at: 2022-11-10T17:26:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_introspection/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 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 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.1843717343411222383.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.419 s
[INFO] Finished at: 2022-11-10T17:26:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/__init__/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/tests/many_to_many/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.792 s
[INFO] Finished at: 2022-11-10T17:26:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/tests/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 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 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.1843717343411222383.tmp/django/tests/many_to_many/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.1843717343411222383.tmp/django/tests/many_to_many/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:  4.354 s
[INFO] Finished at: 2022-11-10T17:27:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/many_to_many/models/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 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&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", "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.1843717343411222383.tmp/django/tests/many_to_many/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.1843717343411222383.tmp/django/tests/many_to_many/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:  2.072 s
[INFO] Finished at: 2022-11-10T17:27:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/__init__/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 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.1843717343411222383.tmp/django/tests/custom_pk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.835 s
[INFO] Finished at: 2022-11-10T17:27:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/fields/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 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&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.1843717343411222383.tmp/django/tests/custom_pk/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.1843717343411222383.tmp/django/tests/custom_pk/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:  2.145 s
[INFO] Finished at: 2022-11-10T17:27:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/tests/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 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.1843717343411222383.tmp/django/tests/custom_pk/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.1843717343411222383.tmp/django/tests/custom_pk/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:  2.533 s
[INFO] Finished at: 2022-11-10T17:27:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_pk/models/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 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 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.1843717343411222383.tmp/django/tests/custom_pk/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.1843717343411222383.tmp/django/tests/custom_pk/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:  2.012 s
[INFO] Finished at: 2022-11-10T17:27:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/__init__/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.1843717343411222383.tmp/django/tests/select_for_update/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.856 s
[INFO] Finished at: 2022-11-10T17:27:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/tests/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.1843717343411222383.tmp/django/tests/select_for_update/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.1843717343411222383.tmp/django/tests/select_for_update/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:  4.191 s
[INFO] Finished at: 2022-11-10T17:27:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_for_update/models/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 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.1843717343411222383.tmp/django/tests/select_for_update/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.1843717343411222383.tmp/django/tests/select_for_update/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:  2.064 s
[INFO] Finished at: 2022-11-10T17:27:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/import_error_package/__init__/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 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.1843717343411222383.tmp/django/tests/import_error_package/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/import_error_package/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.872 s
[INFO] Finished at: 2022-11-10T17:27:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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:  2.057 s
[INFO] Finished at: 2022-11-10T17:27:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/no_slash_urls/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 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.1843717343411222383.tmp/django/tests/flatpages_tests/no_slash_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.1843717343411222383.tmp/django/tests/flatpages_tests/no_slash_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.914 s
[INFO] Finished at: 2022-11-10T17:27:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/urls/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 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&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 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.1843717343411222383.tmp/django/tests/flatpages_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.1843717343411222383.tmp/django/tests/flatpages_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:  2.012 s
[INFO] Finished at: 2022-11-10T17:27:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/__init__/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 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.1843717343411222383.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:27:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_views/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 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;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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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:  2.515 s
[INFO] Finished at: 2022-11-10T17:27:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/settings/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 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.1843717343411222383.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.991 s
[INFO] Finished at: 2022-11-10T17:27:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/absolute_urls/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 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", &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.1843717343411222383.tmp/django/tests/flatpages_tests/absolute_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.1843717343411222383.tmp/django/tests/flatpages_tests/absolute_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.849 s
[INFO] Finished at: 2022-11-10T17:27:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_forms/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 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 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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.404 s
[INFO] Finished at: 2022-11-10T17:28:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_templatetags/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 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", &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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.308 s
[INFO] Finished at: 2022-11-10T17:28:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_sitemaps/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 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 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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.007 s
[INFO] Finished at: 2022-11-10T17:28:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_middleware/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 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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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.1843717343411222383.tmp/django/tests/flatpages_tests/test_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:  2.506 s
[INFO] Finished at: 2022-11-10T17:28:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.384 s
[INFO] Finished at: 2022-11-10T17:28:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/__init__/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 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.1843717343411222383.tmp/django/tests/properties/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.807 s
[INFO] Finished at: 2022-11-10T17:28:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/tests/genUnsupportedEO
[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 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 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", "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.1843717343411222383.tmp/django/tests/properties/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.1843717343411222383.tmp/django/tests/properties/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:  1.956 s
[INFO] Finished at: 2022-11-10T17:28:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/properties/models/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 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 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.1843717343411222383.tmp/django/tests/properties/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.1843717343411222383.tmp/django/tests/properties/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:  2.076 s
[INFO] Finished at: 2022-11-10T17:28:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/urls/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 106ms, 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 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.1843717343411222383.tmp/django/tests/handlers/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.1843717343411222383.tmp/django/tests/handlers/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.061 s
[INFO] Finished at: 2022-11-10T17:28:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/__init__/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 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.1843717343411222383.tmp/django/tests/handlers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.808 s
[INFO] Finished at: 2022-11-10T17:28:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/tests/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 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", &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.1843717343411222383.tmp/django/tests/handlers/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.1843717343411222383.tmp/django/tests/handlers/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:  2.905 s
[INFO] Finished at: 2022-11-10T17:28:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/tests_custom_error_handlers/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 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 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.1843717343411222383.tmp/django/tests/handlers/tests_custom_error_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.1843717343411222383.tmp/django/tests/handlers/tests_custom_error_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.071 s
[INFO] Finished at: 2022-11-10T17:28:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/test_exception/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 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&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.1843717343411222383.tmp/django/tests/handlers/test_exception/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/test_exception/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.092 s
[INFO] Finished at: 2022-11-10T17:28:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/handlers/views/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 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 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.1843717343411222383.tmp/django/tests/handlers/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.1843717343411222383.tmp/django/tests/handlers/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:  2.047 s
[INFO] Finished at: 2022-11-10T17:28:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/__init__/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 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.1843717343411222383.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.807 s
[INFO] Finished at: 2022-11-10T17:28:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/tests/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 127ms, 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.1843717343411222383.tmp/django/tests/force_insert_update/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.1843717343411222383.tmp/django/tests/force_insert_update/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:  2.161 s
[INFO] Finished at: 2022-11-10T17:28:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/force_insert_update/models/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 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.1843717343411222383.tmp/django/tests/force_insert_update/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.1843717343411222383.tmp/django/tests/force_insert_update/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.943 s
[INFO] Finished at: 2022-11-10T17:28:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &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 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.1843717343411222383.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:28:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/debugtags/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 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.1843717343411222383.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.958 s
[INFO] Finished at: 2022-11-10T17:29:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app1/__init__/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 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&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;, "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.1843717343411222383.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.813 s
[INFO] Finished at: 2022-11-10T17:29:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/default_urls/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 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.1843717343411222383.tmp/django/tests/view_tests/default_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.1843717343411222383.tmp/django/tests/view_tests/default_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.886 s
[INFO] Finished at: 2022-11-10T17:29:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app0/__init__/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 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", &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.1843717343411222383.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.855 s
[INFO] Finished at: 2022-11-10T17:29:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/urls/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 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.1843717343411222383.tmp/django/tests/view_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.1843717343411222383.tmp/django/tests/view_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:  2.886 s
[INFO] Finished at: 2022-11-10T17:29:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/__init__/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 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&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.1843717343411222383.tmp/django/tests/view_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.844 s
[INFO] Finished at: 2022-11-10T17:29:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app4/__init__/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.1843717343411222383.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.818 s
[INFO] Finished at: 2022-11-10T17:29:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app5/__init__/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 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", &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.1843717343411222383.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T17:29:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_static/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 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.1843717343411222383.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.540 s
[INFO] Finished at: 2022-11-10T17:29:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/__init__/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 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.1843717343411222383.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.801 s
[INFO] Finished at: 2022-11-10T17:29:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/view_tests/tests/test_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.1843717343411222383.tmp/django/tests/view_tests/tests/test_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:  3.731 s
[INFO] Finished at: 2022-11-10T17:29:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_json/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 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.1843717343411222383.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.042 s
[INFO] Finished at: 2022-11-10T17:29:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.098 s
[INFO] Finished at: 2022-11-10T17:29:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_defaults/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 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.1843717343411222383.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.456 s
[INFO] Finished at: 2022-11-10T17:29:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_specials/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 108ms, 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"]
[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.1843717343411222383.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.951 s
[INFO] Finished at: 2022-11-10T17:29:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_csrf/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 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 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.1843717343411222383.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.149 s
[INFO] Finished at: 2022-11-10T17:30:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/regression_21530_urls/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 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&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.1843717343411222383.tmp/django/tests/view_tests/regression_21530_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.1843717343411222383.tmp/django/tests/view_tests/regression_21530_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.911 s
[INFO] Finished at: 2022-11-10T17:30:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/models/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 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.1843717343411222383.tmp/django/tests/view_tests/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.1843717343411222383.tmp/django/tests/view_tests/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.971 s
[INFO] Finished at: 2022-11-10T17:30:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app3/__init__/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&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.1843717343411222383.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.851 s
[INFO] Finished at: 2022-11-10T17:30:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/views/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 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 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.1843717343411222383.tmp/django/tests/view_tests/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.1843717343411222383.tmp/django/tests/view_tests/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:  2.898 s
[INFO] Finished at: 2022-11-10T17:30:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/generic_urls/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 117ms, 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.1843717343411222383.tmp/django/tests/view_tests/generic_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.1843717343411222383.tmp/django/tests/view_tests/generic_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.151 s
[INFO] Finished at: 2022-11-10T17:30:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app2/__init__/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 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 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.1843717343411222383.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.857 s
[INFO] Finished at: 2022-11-10T17:30:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_middleware_mixin/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 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.1843717343411222383.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.366 s
[INFO] Finished at: 2022-11-10T17:30:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/__init__/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/deprecation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.861 s
[INFO] Finished at: 2022-11-10T17:30:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/tests/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 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 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.1843717343411222383.tmp/django/tests/deprecation/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.1843717343411222383.tmp/django/tests/deprecation/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:  2.361 s
[INFO] Finished at: 2022-11-10T17:30:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_use_l10n/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 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&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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 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.1843717343411222383.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:30:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/__init__/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 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.1843717343411222383.tmp/django/tests/generic_relations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.865 s
[INFO] Finished at: 2022-11-10T17:30:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/tests/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 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&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.1843717343411222383.tmp/django/tests/generic_relations/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.1843717343411222383.tmp/django/tests/generic_relations/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.434 s
[INFO] Finished at: 2022-11-10T17:30:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/test_forms/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 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 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.1843717343411222383.tmp/django/tests/generic_relations/test_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.1843717343411222383.tmp/django/tests/generic_relations/test_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.004 s
[INFO] Finished at: 2022-11-10T17:30:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/generic_relations/models/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 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&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.1843717343411222383.tmp/django/tests/generic_relations/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.1843717343411222383.tmp/django/tests/generic_relations/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:  2.282 s
[INFO] Finished at: 2022-11-10T17:30:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_autocomplete_view/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 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.1843717343411222383.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.414 s
[INFO] Finished at: 2022-11-10T17:30:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_adminsite/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 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&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.1843717343411222383.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.365 s
[INFO] Finished at: 2022-11-10T17:31:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/custom_has_permission_admin/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 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 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.1843717343411222383.tmp/django/tests/admin_views/custom_has_permission_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.1843717343411222383.tmp/django/tests/admin_views/custom_has_permission_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:  2.001 s
[INFO] Finished at: 2022-11-10T17:31:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_multidb/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 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.1843717343411222383.tmp/django/tests/admin_views/test_multidb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_multidb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.312 s
[INFO] Finished at: 2022-11-10T17:31:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/urls/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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.425 s
[INFO] Finished at: 2022-11-10T17:31:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/__init__/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 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 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.1843717343411222383.tmp/django/tests/admin_views/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.816 s
[INFO] Finished at: 2022-11-10T17:31:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.151 s
[INFO] Finished at: 2022-11-10T17:31:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/tests/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 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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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:  03:54 min
[INFO] Finished at: 2022-11-10T17:35:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_nav_sidebar/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 112ms, 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 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.1843717343411222383.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.632 s
[INFO] Finished at: 2022-11-10T17:35:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/forms/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 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 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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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.082 s
[INFO] Finished at: 2022-11-10T17:35:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_forms/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 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&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.1843717343411222383.tmp/django/tests/admin_views/test_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.1843717343411222383.tmp/django/tests/admin_views/test_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.201 s
[INFO] Finished at: 2022-11-10T17:35:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/models/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 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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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.885 s
[INFO] Finished at: 2022-11-10T17:35:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_actions/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 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&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.1843717343411222383.tmp/django/tests/admin_views/test_actions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_actions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.517 s
[INFO] Finished at: 2022-11-10T17:35:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/admin/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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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:  8.124 s
[INFO] Finished at: 2022-11-10T17:35:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/test_templatetags/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 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 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.1843717343411222383.tmp/django/tests/admin_views/test_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.1843717343411222383.tmp/django/tests/admin_views/test_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.149 s
[INFO] Finished at: 2022-11-10T17:35:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/views/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 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.1843717343411222383.tmp/django/tests/admin_views/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.1843717343411222383.tmp/django/tests/admin_views/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:  2.024 s
[INFO] Finished at: 2022-11-10T17:35:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/customadmin/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 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 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.1843717343411222383.tmp/django/tests/admin_views/customadmin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_views/customadmin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.333 s
[INFO] Finished at: 2022-11-10T17:35:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO
[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 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 112ms, 53 saved, 595 ignored: [&quot;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.1843717343411222383.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.891 s
[INFO] Finished at: 2022-11-10T17:35:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/tests/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 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 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.1843717343411222383.tmp/django/tests/custom_lookups/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.1843717343411222383.tmp/django/tests/custom_lookups/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.136 s
[INFO] Finished at: 2022-11-10T17:36:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/custom_lookups/models/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 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", "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.1843717343411222383.tmp/django/tests/custom_lookups/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.1843717343411222383.tmp/django/tests/custom_lookups/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.998 s
[INFO] Finished at: 2022-11-10T17:36:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/__init__/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 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 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.1843717343411222383.tmp/django/tests/select_related/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.937 s
[INFO] Finished at: 2022-11-10T17:36:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/tests/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 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&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.1843717343411222383.tmp/django/tests/select_related/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.1843717343411222383.tmp/django/tests/select_related/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:  2.995 s
[INFO] Finished at: 2022-11-10T17:36:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related/models/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 152ms, 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.1843717343411222383.tmp/django/tests/select_related/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.1843717343411222383.tmp/django/tests/select_related/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:  2.673 s
[INFO] Finished at: 2022-11-10T17:36:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/custombackend/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 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&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.1843717343411222383.tmp/django/tests/mail/custombackend/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/custombackend/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.438 s
[INFO] Finished at: 2022-11-10T17:36:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/__init__/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 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 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.1843717343411222383.tmp/django/tests/mail/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.217 s
[INFO] Finished at: 2022-11-10T17:36:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/tests/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 136ms, 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 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.1843717343411222383.tmp/django/tests/mail/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.1843717343411222383.tmp/django/tests/mail/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:  17.405 s
[INFO] Finished at: 2022-11-10T17:36:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/test_sendtestemail/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 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.1843717343411222383.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.633 s
[INFO] Finished at: 2022-11-10T17:36:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/test_date_hierarchy/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 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 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.1843717343411222383.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.995 s
[INFO] Finished at: 2022-11-10T17:36:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/urls/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/admin_changelist/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.1843717343411222383.tmp/django/tests/admin_changelist/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.549 s
[INFO] Finished at: 2022-11-10T17:36:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/__init__/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 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.1843717343411222383.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.385 s
[INFO] Finished at: 2022-11-10T17:37:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/tests/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 129ms, 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", "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.1843717343411222383.tmp/django/tests/admin_changelist/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.1843717343411222383.tmp/django/tests/admin_changelist/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:  19.993 s
[INFO] Finished at: 2022-11-10T17:37:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/models/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 152ms, 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.1843717343411222383.tmp/django/tests/admin_changelist/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.1843717343411222383.tmp/django/tests/admin_changelist/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:  2.994 s
[INFO] Finished at: 2022-11-10T17:37:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/admin_changelist/admin/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 117ms, 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 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.1843717343411222383.tmp/django/tests/admin_changelist/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.1843717343411222383.tmp/django/tests/admin_changelist/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:  2.816 s
[INFO] Finished at: 2022-11-10T17:37:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/__init__/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 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.1843717343411222383.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:37:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/tests/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 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&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.1843717343411222383.tmp/django/tests/m2m_signals/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.1843717343411222383.tmp/django/tests/m2m_signals/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:  4.120 s
[INFO] Finished at: 2022-11-10T17:37:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/m2m_signals/models/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 157ms, 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.1843717343411222383.tmp/django/tests/m2m_signals/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.1843717343411222383.tmp/django/tests/m2m_signals/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.669 s
[INFO] Finished at: 2022-11-10T17:37:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/__init__/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 283ms, 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&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.1843717343411222383.tmp/django/tests/expressions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.102 s
[INFO] Finished at: 2022-11-10T17:37:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/tests/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 159ms, 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.1843717343411222383.tmp/django/tests/expressions/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.1843717343411222383.tmp/django/tests/expressions/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:  36.586 s
[INFO] Finished at: 2022-11-10T17:38:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/test_queryset_values/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 117ms, 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.1843717343411222383.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.691 s
[INFO] Finished at: 2022-11-10T17:38:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/expressions/models/genUnsupportedEO
[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 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 164ms, 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.1843717343411222383.tmp/django/tests/expressions/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.1843717343411222383.tmp/django/tests/expressions/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.303 s
[INFO] Finished at: 2022-11-10T17:38:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/urls/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 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 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.1843717343411222383.tmp/django/tests/conditional_processing/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.1843717343411222383.tmp/django/tests/conditional_processing/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.471 s
[INFO] Finished at: 2022-11-10T17:38:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO
[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 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 121ms, 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 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.1843717343411222383.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.997 s
[INFO] Finished at: 2022-11-10T17:38:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/tests/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 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.1843717343411222383.tmp/django/tests/conditional_processing/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.1843717343411222383.tmp/django/tests/conditional_processing/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:  3.176 s
[INFO] Finished at: 2022-11-10T17:38:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/conditional_processing/views/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 115ms, 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;, "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.1843717343411222383.tmp/django/tests/conditional_processing/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.1843717343411222383.tmp/django/tests/conditional_processing/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:  2.305 s
[INFO] Finished at: 2022-11-10T17:38:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/included_urls/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 179ms, 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.1843717343411222383.tmp/django/tests/urlpatterns/included_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.1843717343411222383.tmp/django/tests/urlpatterns/included_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.604 s
[INFO] Finished at: 2022-11-10T17:38:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/more_urls/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 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&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.1843717343411222383.tmp/django/tests/urlpatterns/more_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.1843717343411222383.tmp/django/tests/urlpatterns/more_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.284 s
[INFO] Finished at: 2022-11-10T17:38:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/converter_urls/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 148ms, 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.1843717343411222383.tmp/django/tests/urlpatterns/converter_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.1843717343411222383.tmp/django/tests/urlpatterns/converter_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.262 s
[INFO] Finished at: 2022-11-10T17:39:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/converters/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 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&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.1843717343411222383.tmp/django/tests/urlpatterns/converters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/converters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.468 s
[INFO] Finished at: 2022-11-10T17:39:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_same_name_urls/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns/path_same_name_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.1843717343411222383.tmp/django/tests/urlpatterns/path_same_name_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.912 s
[INFO] Finished at: 2022-11-10T17:39:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/test_resolvers/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 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", &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.1843717343411222383.tmp/django/tests/urlpatterns/test_resolvers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/test_resolvers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.030 s
[INFO] Finished at: 2022-11-10T17:39:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/__init__/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 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.1843717343411222383.tmp/django/tests/urlpatterns/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:39:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/tests/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns/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.1843717343411222383.tmp/django/tests/urlpatterns/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:  3.833 s
[INFO] Finished at: 2022-11-10T17:39:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_base64_urls/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/urlpatterns/path_base64_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.1843717343411222383.tmp/django/tests/urlpatterns/path_base64_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.075 s
[INFO] Finished at: 2022-11-10T17:39:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_urls/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 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.1843717343411222383.tmp/django/tests/urlpatterns/path_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.1843717343411222383.tmp/django/tests/urlpatterns/path_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.154 s
[INFO] Finished at: 2022-11-10T17:39:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/path_dynamic_urls/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 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", "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.1843717343411222383.tmp/django/tests/urlpatterns/path_dynamic_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.1843717343411222383.tmp/django/tests/urlpatterns/path_dynamic_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.989 s
[INFO] Finished at: 2022-11-10T17:39:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/urlpatterns/views/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 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 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.1843717343411222383.tmp/django/tests/urlpatterns/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.1843717343411222383.tmp/django/tests/urlpatterns/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:  1.895 s
[INFO] Finished at: 2022-11-10T17:39:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/__init__/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 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", &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.1843717343411222383.tmp/django/tests/ordering/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.833 s
[INFO] Finished at: 2022-11-10T17:39:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/tests/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 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 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.1843717343411222383.tmp/django/tests/ordering/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.1843717343411222383.tmp/django/tests/ordering/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:  4.009 s
[INFO] Finished at: 2022-11-10T17:39:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/ordering/models/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 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&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.1843717343411222383.tmp/django/tests/ordering/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.1843717343411222383.tmp/django/tests/ordering/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:  2.257 s
[INFO] Finished at: 2022-11-10T17:39:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/__init__/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 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.1843717343411222383.tmp/django/tests/nested_foreign_keys/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.823 s
[INFO] Finished at: 2022-11-10T17:39:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/tests/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 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&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.1843717343411222383.tmp/django/tests/nested_foreign_keys/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.1843717343411222383.tmp/django/tests/nested_foreign_keys/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:  2.823 s
[INFO] Finished at: 2022-11-10T17:39:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/nested_foreign_keys/models/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 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.1843717343411222383.tmp/django/tests/nested_foreign_keys/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.1843717343411222383.tmp/django/tests/nested_foreign_keys/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.992 s
[INFO] Finished at: 2022-11-10T17:39:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/__init__/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 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.1843717343411222383.tmp/django/tests/delete/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.867 s
[INFO] Finished at: 2022-11-10T17:40:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/tests/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/delete/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.1843717343411222383.tmp/django/tests/delete/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:  6.515 s
[INFO] Finished at: 2022-11-10T17:40:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/delete/models/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 149ms, 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.1843717343411222383.tmp/django/tests/delete/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.1843717343411222383.tmp/django/tests/delete/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:  2.588 s
[INFO] Finished at: 2022-11-10T17:40:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO
[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 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: [&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", "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.1843717343411222383.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.859 s
[INFO] Finished at: 2022-11-10T17:40:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/field_deconstruction/tests/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 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 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.1843717343411222383.tmp/django/tests/field_deconstruction/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.1843717343411222383.tmp/django/tests/field_deconstruction/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.098 s
[INFO] Finished at: 2022-11-10T17:40:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/urls/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 126ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", &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.1843717343411222383.tmp/django/tests/shortcuts/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.1843717343411222383.tmp/django/tests/shortcuts/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.958 s
[INFO] Finished at: 2022-11-10T17:40:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/__init__/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 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 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.1843717343411222383.tmp/django/tests/shortcuts/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.850 s
[INFO] Finished at: 2022-11-10T17:40:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/tests/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 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&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.1843717343411222383.tmp/django/tests/shortcuts/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.1843717343411222383.tmp/django/tests/shortcuts/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:  2.137 s
[INFO] Finished at: 2022-11-10T17:40:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/shortcuts/views/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 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 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.1843717343411222383.tmp/django/tests/shortcuts/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.1843717343411222383.tmp/django/tests/shortcuts/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:  2.088 s
[INFO] Finished at: 2022-11-10T17:40:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/__init__/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&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.1843717343411222383.tmp/django/tests/select_related_onetoone/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.879 s
[INFO] Finished at: 2022-11-10T17:40:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/tests/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 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.1843717343411222383.tmp/django/tests/select_related_onetoone/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.1843717343411222383.tmp/django/tests/select_related_onetoone/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:  3.158 s
[INFO] Finished at: 2022-11-10T17:40:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/select_related_onetoone/models/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 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 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.1843717343411222383.tmp/django/tests/select_related_onetoone/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.1843717343411222383.tmp/django/tests/select_related_onetoone/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:  2.120 s
[INFO] Finished at: 2022-11-10T17:40:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/settings_tests/__init__/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 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.1843717343411222383.tmp/django/tests/settings_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/settings_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.815 s
[INFO] Finished at: 2022-11-10T17:40:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/settings_tests/tests/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 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 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.1843717343411222383.tmp/django/tests/settings_tests/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.1843717343411222383.tmp/django/tests/settings_tests/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:  4.539 s
[INFO] Finished at: 2022-11-10T17:40:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;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.1843717343411222383.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.224 s
[INFO] Finished at: 2022-11-10T17:40:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_tan/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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.189 s
[INFO] Finished at: 2022-11-10T17:40:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cos/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 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", "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.1843717343411222383.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.253 s
[INFO] Finished at: 2022-11-10T17:41:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_degrees/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.250 s
[INFO] Finished at: 2022-11-10T17:41:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_pi/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 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&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.1843717343411222383.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.875 s
[INFO] Finished at: 2022-11-10T17:41:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_random/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.905 s
[INFO] Finished at: 2022-11-10T17:41:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sign/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 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", &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.1843717343411222383.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.176 s
[INFO] Finished at: 2022-11-10T17:41:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_asin/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.239 s
[INFO] Finished at: 2022-11-10T17:41:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_acos/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 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&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.1843717343411222383.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.228 s
[INFO] Finished at: 2022-11-10T17:41:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan2/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.140 s
[INFO] Finished at: 2022-11-10T17:41:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/__init__/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.1843717343411222383.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.868 s
[INFO] Finished at: 2022-11-10T17:41:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.238 s
[INFO] Finished at: 2022-11-10T17:41:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_round/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.469 s
[INFO] Finished at: 2022-11-10T17:41:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO
[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 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 121ms, 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.219 s
[INFO] Finished at: 2022-11-10T17:41:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_floor/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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.207 s
[INFO] Finished at: 2022-11-10T17:41:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_mod/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 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&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", "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.1843717343411222383.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.227 s
[INFO] Finished at: 2022-11-10T17:41:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ln/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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.146 s
[INFO] Finished at: 2022-11-10T17:41:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_power/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 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&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.1843717343411222383.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.186 s
[INFO] Finished at: 2022-11-10T17:41:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_log/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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.177 s
[INFO] Finished at: 2022-11-10T17:41:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_exp/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 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;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.1843717343411222383.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.246 s
[INFO] Finished at: 2022-11-10T17:41:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_abs/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 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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.164 s
[INFO] Finished at: 2022-11-10T17:42:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.192 s
[INFO] Finished at: 2022-11-10T17:42:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cot/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.229 s
[INFO] Finished at: 2022-11-10T17:42:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_radians/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 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.1843717343411222383.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.229 s
[INFO] Finished at: 2022-11-10T17:42:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.333 s
[INFO] Finished at: 2022-11-10T17:42:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_nullif/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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.192 s
[INFO] Finished at: 2022-11-10T17:42:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_cast/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 117ms, 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", "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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.775 s
[INFO] Finished at: 2022-11-10T17:42:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/__init__/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.1843717343411222383.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:42:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_coalesce/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 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.271 s
[INFO] Finished at: 2022-11-10T17:42:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_collate/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 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 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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.244 s
[INFO] Finished at: 2022-11-10T17:42:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_json_object/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 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&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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.378 s
[INFO] Finished at: 2022-11-10T17:42:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_least/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 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.1843717343411222383.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.329 s
[INFO] Finished at: 2022-11-10T17:42:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/__init__/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 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&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.1843717343411222383.tmp/django/tests/db_functions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.805 s
[INFO] Finished at: 2022-11-10T17:42:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/test_validation/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 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.1843717343411222383.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.099 s
[INFO] Finished at: 2022-11-10T17:42:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/__init__/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 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", &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.1843717343411222383.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.826 s
[INFO] Finished at: 2022-11-10T17:42:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/tests/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 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.1843717343411222383.tmp/django/tests/db_functions/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.1843717343411222383.tmp/django/tests/db_functions/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:  2.212 s
[INFO] Finished at: 2022-11-10T17:42:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_upper/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.080 s
[INFO] Finished at: 2022-11-10T17:42:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.208 s
[INFO] Finished at: 2022-11-10T17:42:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_replace/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.265 s
[INFO] Finished at: 2022-11-10T17:43:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_length/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 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", "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.1843717343411222383.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.184 s
[INFO] Finished at: 2022-11-10T17:43:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_right/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.095 s
[INFO] Finished at: 2022-11-10T17:43:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha1/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 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "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.1843717343411222383.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.235 s
[INFO] Finished at: 2022-11-10T17:43:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_repeat/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.203 s
[INFO] Finished at: 2022-11-10T17:43:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/__init__/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 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", &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.1843717343411222383.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.869 s
[INFO] Finished at: 2022-11-10T17:43:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_strindex/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.298 s
[INFO] Finished at: 2022-11-10T17:43:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_left/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 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", &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.1843717343411222383.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.119 s
[INFO] Finished at: 2022-11-10T17:43:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_chr/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.085 s
[INFO] Finished at: 2022-11-10T17:43:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_substr/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.226 s
[INFO] Finished at: 2022-11-10T17:43:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_pad/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.417 s
[INFO] Finished at: 2022-11-10T17:43:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_lower/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.131 s
[INFO] Finished at: 2022-11-10T17:43:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO
[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 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: [&quot;Agent-Class&quot;, &quot;Ant-Version&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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.171 s
[INFO] Finished at: 2022-11-10T17:43:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha224/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.230 s
[INFO] Finished at: 2022-11-10T17:43:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_concat/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.431 s
[INFO] Finished at: 2022-11-10T17:43:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha256/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.266 s
[INFO] Finished at: 2022-11-10T17:43:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_ord/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 147ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", &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.1843717343411222383.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.541 s
[INFO] Finished at: 2022-11-10T17:43:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_trim/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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.331 s
[INFO] Finished at: 2022-11-10T17:44:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_md5/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 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&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.1843717343411222383.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.211 s
[INFO] Finished at: 2022-11-10T17:44:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_reverse/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 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 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.1843717343411222383.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.368 s
[INFO] Finished at: 2022-11-10T17:44:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/models/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 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&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.1843717343411222383.tmp/django/tests/db_functions/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.1843717343411222383.tmp/django/tests/db_functions/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:  2.303 s
[INFO] Finished at: 2022-11-10T17:44:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/__init__/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 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 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.1843717343411222383.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.909 s
[INFO] Finished at: 2022-11-10T17:44:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/0002_create_test_models/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 134ms, 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.1843717343411222383.tmp/django/tests/db_functions/migrations/0002_create_test_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.1843717343411222383.tmp/django/tests/db_functions/migrations/0002_create_test_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.952 s
[INFO] Finished at: 2022-11-10T17:44:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO
[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 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 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 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.1843717343411222383.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.473 s
[INFO] Finished at: 2022-11-10T17:44:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_extract_trunc/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 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 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.1843717343411222383.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.472 s
[INFO] Finished at: 2022-11-10T17:44:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO
[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 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: [&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 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.1843717343411222383.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:44:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_now/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 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 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.1843717343411222383.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.401 s
[INFO] Finished at: 2022-11-10T17:44:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/urls/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 115ms, 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", "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.1843717343411222383.tmp/django/tests/timezones/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.1843717343411222383.tmp/django/tests/timezones/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.170 s
[INFO] Finished at: 2022-11-10T17:44:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/__init__/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 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 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.1843717343411222383.tmp/django/tests/timezones/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.201 s
[INFO] Finished at: 2022-11-10T17:44:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/tests/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 128ms, 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 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.1843717343411222383.tmp/django/tests/timezones/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.1843717343411222383.tmp/django/tests/timezones/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:  18.011 s
[INFO] Finished at: 2022-11-10T17:45:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/forms/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.1843717343411222383.tmp/django/tests/timezones/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.1843717343411222383.tmp/django/tests/timezones/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.005 s
[INFO] Finished at: 2022-11-10T17:45:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/models/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 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.1843717343411222383.tmp/django/tests/timezones/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.1843717343411222383.tmp/django/tests/timezones/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:  2.016 s
[INFO] Finished at: 2022-11-10T17:45:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/timezones/admin/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 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.1843717343411222383.tmp/django/tests/timezones/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.1843717343411222383.tmp/django/tests/timezones/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:  2.120 s
[INFO] Finished at: 2022-11-10T17:45:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/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 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 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.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.778 s
[INFO] Finished at: 2022-11-10T17:45:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/__init__/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 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 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.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.015 s
[INFO] Finished at: 2022-11-10T17:45:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests/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 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.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/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.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/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:  1.978 s
[INFO] Finished at: 2022-11-10T17:45:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO
[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 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.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.124 s
[INFO] Finished at: 2022-11-10T17:45:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/empty/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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/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:  1.872 s
[INFO] Finished at: 2022-11-10T17:45:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/doctests/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 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&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", "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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.104 s
[INFO] Finished at: 2022-11-10T17:45:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests_sample/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 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 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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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-10T17:45:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/__init__/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 115ms, 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 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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.932 s
[INFO] Finished at: 2022-11-10T17:45:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/__init__/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 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 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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.942 s
[INFO] Finished at: 2022-11-10T17:45:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/tests/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 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&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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/tests/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:  1.875 s
[INFO] Finished at: 2022-11-10T17:45:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/sample/pattern_tests/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 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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/pattern_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.1843717343411222383.tmp/django/tests/test_runner_apps/sample/pattern_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:  1.961 s
[INFO] Finished at: 2022-11-10T17:46:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/__init__/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 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.1843717343411222383.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.889 s
[INFO] Finished at: 2022-11-10T17:46:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/databases/__init__/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 118ms, 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.1843717343411222383.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.983 s
[INFO] Finished at: 2022-11-10T17:46:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/databases/tests/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 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&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.1843717343411222383.tmp/django/tests/test_runner_apps/databases/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.1843717343411222383.tmp/django/tests/test_runner_apps/databases/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:  2.004 s
[INFO] Finished at: 2022-11-10T17:46:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/buffer/tests_buffer/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 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.1843717343411222383.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.385 s
[INFO] Finished at: 2022-11-10T17:46:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/simple/__init__/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 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.1843717343411222383.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[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.902 s
[INFO] Finished at: 2022-11-10T17:46:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.1843717343411222383.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO
3ab603d2a6ef9b95d6f1840aa4a6e5c5784f294720bdc5b0a18c59bae1c830e9
'pid' file is absent on the server after the end of operation; it seems that we didn't manage to start Docker container correctly